svg-pathdata
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,5 +1,7 @@ | ||
# [6.0.1](https://github.com/nfroidure/svg-pathdata/compare/v6.0.0...v6.0.1) (2021-09-12) | ||
# [6.0.0](https://github.com/nfroidure/svg-pathdata/compare/v5.0.5...v6.0.0) (2021-04-02) | ||
## [5.0.5](https://github.com/nfroidure/svg-pathdata/compare/v5.0.4...v5.0.5) (2020-06-06) | ||
@@ -6,0 +8,0 @@ |
{ | ||
"name": "svg-pathdata", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Manipulate SVG path data (path[d] attribute content) simply and efficiently.", | ||
"main": "lib/SVGPathData.js", | ||
"main": "lib/SVGPathData.cjs", | ||
"module": "lib/SVGPathData.module.js", | ||
"exports": { | ||
"import": "./lib/SVGPathData.module.js", | ||
"require": "./lib/SVGPathData.cjs" | ||
}, | ||
"type": "module", | ||
"types": "lib/SVGPathData.d.ts", | ||
@@ -63,3 +68,3 @@ "scripts": { | ||
"istanbul": "0.4.5", | ||
"mocha": "^8.3.2", | ||
"mocha": "^9.0.2", | ||
"mocha-lcov-reporter": "1.3.0", | ||
@@ -66,0 +71,0 @@ "rollup": "^2.44.0", |
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
Yes
161756
18
1557