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.4.11 to 0.5.0

path-properties.d.ts

2

build/path-properties.js

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

// http://geoexamples.com/path-properties/ Version 0.4.10. Copyright 2019 Roger Veciana i Rovira.
// http://geoexamples.com/path-properties/ Version 0.5.0. 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.4.11",
"version": "0.5.0",
"description": "Calculate the length for an SVG path, to use it with node or a Canvas element",

@@ -23,3 +23,3 @@ "keywords": [

"postpublish": "git push && git push --tags",
"preversion": "npm run uglify && git add build && git commit -am \"new version\"",
"preversion": "npm run uglify && git add build && git commit --allow-empty -am \"new version\"",
"uglify": "uglifyjs --preamble \"$(preamble)\" build/path-properties.js -c -m -o build/path-properties.min.js"

@@ -26,0 +26,0 @@ },

@@ -29,2 +29,4 @@ [![Build Status](https://travis-ci.org/rveciana/svg-path-properties.svg?branch=master)](https://travis-ci.org/rveciana/svg-path-properties)

The TypeScript declaration file is available too, since version 0.5
CREDITS

@@ -31,0 +33,0 @@ =======

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