normalize-svg-path
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "normalize-svg-path", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Convert all segments in a path to curves", | ||
@@ -10,2 +10,8 @@ "keywords": [ | ||
], | ||
"module": "./index.mjs", | ||
"main": "./index.js", | ||
"exports": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"dependencies": { | ||
@@ -18,2 +24,5 @@ "svg-arc-to-cubic-bezier": "^3.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node test.mjs" | ||
}, | ||
"repository": "git://github.com/jkroso/normalize-svg-path.git", | ||
@@ -20,0 +29,0 @@ "bugs": "https://github.com/jkroso/normalize-svg-path/issues", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13662
361
1