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

svg-path-properties

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-path-properties - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

build/path-properties.min.js

2

build/path-properties.js

@@ -1,2 +0,2 @@

// http://geoexamples.com/path-properties/ Version 0.5.0. Copyright 2019 Roger Veciana i Rovira.
// http://geoexamples.com/path-properties/ Version 0.4.10. Copyright 2019 Roger Veciana i Rovira.
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

{
"name": "svg-path-properties",
"version": "0.5.0",
"version": "0.5.1",
"description": "Calculate the length for an SVG path, to use it with node or a Canvas element",

@@ -14,2 +14,3 @@ "keywords": [

"main": "build/path-properties.js",
"types": "./path-properties.d.ts",
"jsnext:main": "index",

@@ -16,0 +17,0 @@ "repository": {

@@ -47,3 +47,3 @@ declare module "svg-path-properties" {

export type SvgPathProperties = {
getTotalLength: (length: number) => number;
getTotalLength: () => number;
getPointAtLength: (length: number) => Point;

@@ -50,0 +50,0 @@ getTangentAtLength: (length: number) => Point;

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