svg-path-parser
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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
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
161
0