New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

normalize-svg-path

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-svg-path - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc