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.0 to 2.2.1

4

web-animations-js/index.d.ts

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

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

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

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

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

"peerDependencies": {},
"typesPublisherContentHash": "76c375f7269ae9ca75e9eb7cf30ce74c11f3efd8d3ea90870a244c5ce46f5b40",
"typesPublisherContentHash": "a1f838aa500a80b835e69ef37025fd920d80b7ed6b536765b6d0fec32e936fb2",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT
* Last updated: Tue, 28 Mar 2017 05:17:58 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