normalize-svg-path
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ 'use strict' | ||
var arcToCurve = require('svg-arc-to-cubic-bezier').default | ||
var arcToCurve = require('svg-arc-to-cubic-bezier') | ||
@@ -8,0 +8,0 @@ function normalize(path){ |
{ | ||
"name": "normalize-svg-path", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert all segments in a path to curves", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"dependencies": { | ||
"svg-arc-to-cubic-bezier": "^2.0.0" | ||
"svg-arc-to-cubic-bezier": "^3.0.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
10517
+ Addedsvg-arc-to-cubic-bezier@3.2.0(transitive)
- Removedsvg-arc-to-cubic-bezier@2.0.0(transitive)