Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svg-path-parser

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-path-parser - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "svg-path-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "A parser for SVG's path syntax",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1522,3 +1522,3 @@ module.exports = (function(){

if (result0 !== null) {
result0 = (function(offset) { return undefined })(pos0);
result0 = (function(offset) { return '' })(pos0);
}

@@ -1776,3 +1776,3 @@ if (result0 === null) {

if (result0 !== null) {
result0 = (function(offset) { return undefined })(pos0);
result0 = (function(offset) { return '' })(pos0);
}

@@ -1779,0 +1779,0 @@ if (result0 === null) {

@@ -155,2 +155,5 @@ # svg-path-parser [![stable](http://hughsk.github.io/stability-badges/dist/stable.svg)](http://github.com/hughsk/stability-badges) #

### v0.0.3 - 2014-Oct-1
+ Fix bug that prevented parsing some valid documents.
### v0.0.2 - 2014-Oct-1

@@ -157,0 +160,0 @@ + Fix parsing of numbers other than integers to work.

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