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

animate-svg

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animate-svg - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/index.d.ts

@@ -1,5 +0,3 @@

export declare type SVGGeometryElement = (SVGPathElement | SVGLineElement) & {
getTotalLength: () => number;
};
export declare type SVGGeometryElement = SVGPathElement | SVGLineElement;
declare var _default: (path: SVGGeometryElement, speed: number, reverse?: boolean) => Promise<Event>;
export default _default;
{
"name": "animate-svg",
"version": "0.0.4",
"version": "0.0.5",
"description": "Animate SVG paths & lines",

@@ -5,0 +5,0 @@ "main": "index.js",

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

export type SVGGeometryElement = (SVGPathElement | SVGLineElement) & { getTotalLength: () => number }
export type SVGGeometryElement = SVGPathElement | SVGLineElement

@@ -3,0 +3,0 @@ function getLength(path: SVGGeometryElement) {

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