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.1 to 1.1.0

index.mjs

0

.eslintrc.json

@@ -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",

.npmignore

Sorry, the diff of this file is not supported yet

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