svg-autocrop icon indicating copy to clipboard operation
svg-autocrop copied to clipboard

πŸš—πŸŒ½πŸ”³An NPM module to autocrop and slim down SVGs

Results 17 svg-autocrop issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Upon installing, I get the message: `This SVGO version is no longer supported. Upgrade to v2.x.x.` Sounds like you need to update the dependency.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.1.0. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access Commits 75052a5 4.1.0 88f4f43 Add default read offsets for Node Buffer compatibility (#99)...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I need to crop my files widthout any border, how can i do this?

![image](https://user-images.githubusercontent.com/18191/111850511-ba49bd00-88cd-11eb-8ddd-5fb0a4f88b1d.png) All I know about SVG is that I can open it up in `vim` and it looks like HTML... and it stretches. Beyond that... I'm totally ignorant. But here's...