svg-pathdata
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -0,0 +0,0 @@ # Code of Conduct |
@@ -0,1 +1,6 @@ | ||
<a name="3.2.2"></a> | ||
## [3.2.2](https://github.com/nfroidure/svg-pathdata/compare/v3.2.1...v3.2.2) (2017-08-13) | ||
<a name="3.2.1"></a> | ||
@@ -2,0 +7,0 @@ ## [3.2.1](https://github.com/nfroidure/svg-pathdata/compare/v3.2.0...v3.2.1) (2017-08-13) |
{ | ||
"name": "svg-pathdata", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Manipulate SVG path data (path[d] attribute content) simply and efficiently.", | ||
@@ -22,3 +22,3 @@ "main": "src/SVGPathData.js", | ||
"lint": "eslint src/*.js tests/*.mocha.js", | ||
"metapak": "metapak || echo 'Please `npm install --save-dev metapak`' && exit 0", | ||
"metapak": "metapak || exit 0", | ||
"postinstall": "npm run metapak --silent", | ||
@@ -53,8 +53,7 @@ "preversion": "npm t && npm run lint", | ||
"dependencies": { | ||
"debug": "2.6.1", | ||
"readable-stream": "~2.0.4" | ||
"debug": "^2.6.1", | ||
"readable-stream": "^2.3.3" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^12.0.1", | ||
"chai": "^3.4.1", | ||
"chai": "^4.1.1", | ||
"chai-stats": "^0.3.0", | ||
@@ -68,4 +67,4 @@ "commitizen": "^2.9.6", | ||
"istanbul": "0.4.5", | ||
"metapak": "0.0.18", | ||
"metapak-nfroidure": "0.4.1", | ||
"metapak": "^0.0.21", | ||
"metapak-nfroidure": "^0.7.0", | ||
"mocha": "3.2.0", | ||
@@ -72,0 +71,0 @@ "mocha-lcov-reporter": "1.3.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264704
14
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
- Removeddebug@2.6.1(transitive)
- Removedms@0.7.2(transitive)
- Removedprocess-nextick-args@1.0.7(transitive)
- Removedreadable-stream@2.0.6(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updateddebug@^2.6.1
Updatedreadable-stream@^2.3.3