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

@types/web-animations-js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/web-animations-js - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

web-animations-js/LICENSE

4

web-animations-js/index.d.ts

@@ -72,4 +72,4 @@ // Type definitions for web-animations-js 2.2

reverse(): void;
addEventListener(type: "finish", handler: AnimationEventListener): void;
removeEventListener(type: "finish", handler: AnimationEventListener): void;
addEventListener(type: "finish" | "cancel", handler: AnimationEventListener): void;
removeEventListener(type: "finish" | "cancel", handler: AnimationEventListener): void;
effect: KeyframeEffect;

@@ -76,0 +76,0 @@ readonly finished: Promise<Animation>;

{
"name": "@types/web-animations-js",
"version": "2.2.3",
"version": "2.2.4",
"description": "TypeScript definitions for web-animations-js",

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "4bace08c71c5724d613b7e4fab63203b5dae218155251ef3b9ba9f2451945467",
"typesPublisherContentHash": "0de3f1e7184d835f252024fa2bc6c2e0b5a23450ae7ad60de2c50e767ab56fa9",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 31 Mar 2017 00:49:51 GMT
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Animation, AnimationPlaybackEvent, GroupEffect, KeyframeEffect, SequenceEffect

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