You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

path-data-polyfill

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-data-polyfill - npm Package Compare versions

Comparing version

to
1.0.10

{
"name": "path-data-polyfill",
"version": "1.0.9",
"version": "1.0.10",
"description": "Polyfill for SVG 2 getPathData() and setPathData() methods",

@@ -5,0 +5,0 @@ "main": "path-data-polyfill.js",

@@ -55,3 +55,3 @@ ## Polyfill for SVG getPathData() and setPathData() methods

{ type: "L", values: [x, y + height] },
{ type: "Z"}
{ type: "Z", values: []}
];

@@ -85,3 +85,3 @@

{type: "A", values: [rx, ry, 0, 0, 0, cx, cy-ry]},
{type: "Z"}
{type: "Z", values: []}
];

@@ -88,0 +88,0 @@