Socket
Socket
Sign inDemoInstall

svgo

Package Overview
Dependencies
9
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

plugins/convertShapeToPath.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### [ [>](https://github.com/svg/svgo/tree/v0.4.3) ] 0.4.3 / 02.01.2014
* new plugin [plugins/convertShapeToPath](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) (close [#96](https://github.com/svg/svgo/issues/96))
* update sax version to fix [#140](https://github.com/svg/svgo/issues/140)
* update deps
### [ [>](https://github.com/svg/svgo/tree/v0.4.2) ] 0.4.2 / 19.12.2013

@@ -2,0 +7,0 @@ * add `lcov.info` to npmignore

6

package.json
{
"name": "svgo",
"version": "0.4.2",
"version": "0.4.3",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",

@@ -38,3 +38,3 @@ "keywords": [ "svgo", "svg", "optimize", "minify" ],

"dependencies": {
"sax": "~0.5.0",
"sax": "~0.6.0",
"coa": "~0.4.0",

@@ -48,3 +48,3 @@ "js-yaml": "~2.1.0",

"should": "~2.1.0",
"istanbul": "~0.1.0",
"istanbul": "~0.2.0",
"mocha-istanbul": "",

@@ -51,0 +51,0 @@ "coveralls": ""

@@ -47,2 +47,3 @@ **english** | [русский](https://github.com/svg/svgo/blob/master/README.ru.md)

* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] merge multiple Paths into one
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] convert some basic shapes to path
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] apply transforms, crop by real width, center vertical alignment and resize SVG with one Path inside

@@ -49,0 +50,0 @@

@@ -47,2 +47,3 @@ [english](https://github.com/svg/svgo/blob/master/README.md) | **русский**

* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] склеивание нескольких Path в одну кривую
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] конвертирование простых форм в Path
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] применение трансформаций, обрезка по реальной ширине, вертикальное выравнивание по центру и изменение размеров SVG с одним Path внутри

@@ -49,0 +50,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc