Socket
Socket
Sign inDemoInstall

svgpath

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svgpath - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

index.d.ts

@@ -43,3 +43,3 @@ declare module "svgpath" {

round(precision: number): SvgPath;
iterate(iterator: (segment: Segment[], index: number, x: number, y: number) => void, keepLazyStack?: boolean): SvgPath;
iterate(iterator: (segment: Segment, index: number, x: number, y: number) => void, keepLazyStack?: boolean): SvgPath;
}

@@ -46,0 +46,0 @@

{
"name": "svgpath",
"version": "2.4.0",
"version": "2.4.1",
"description": "Low level toolkit for SVG paths transformations.",

@@ -5,0 +5,0 @@ "keywords": [

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