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

abs-svg-path

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abs-svg-path - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -57,4 +57,4 @@

case 'M':
x = startX = seg[0]
y = startY = seg[1]
x = startX = seg[1]
y = startY = seg[2]
break

@@ -61,0 +61,0 @@ default:

{
"name": "abs-svg-path",
"version": "0.1.0",
"version": "0.1.1",
"description": "redefine an svg path with absolute coordinates",

@@ -8,3 +8,6 @@ "keywords": ["absolute","svg","path"],

"devDependencies": {
"serve": "jkroso/serve#1.5.1",
"serve": "jkroso/serve",
"parse-svg-path": "*",
"mocha": "*",
"chai": "*",
"jsmd": "*"

@@ -11,0 +14,0 @@ },

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