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.1 to 2.2.2

10

web-animations-js/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for web-animations-js 2.2

offset?: number;
[key: string]: string | string[] | number | number[] | undefined;
[key: string]: string | number | [string | number, string | number] | undefined;
}

@@ -50,7 +50,8 @@

activeDuration: number;
onsample: any;
parent: any;
target: any;
onsample: (timeFraction: number | null, effect: KeyframeEffect, animation: Animation) => void | undefined;
parent: KeyframeEffect | null;
target: HTMLElement;
timing: AnimationEffectTiming;
getFrames(): AnimationKeyFrame[];
remove(): void;
}

@@ -60,2 +61,3 @@ interface AnimationEventListener {

}
declare class Animation {

@@ -62,0 +64,0 @@ constructor(effect: KeyframeEffect, timeline?: AnimationTimeline);

4

web-animations-js/package.json
{
"name": "@types/web-animations-js",
"version": "2.2.1",
"version": "2.2.2",
"description": "TypeScript definitions for web-animations-js",

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

"peerDependencies": {},
"typesPublisherContentHash": "a1f838aa500a80b835e69ef37025fd920d80b7ed6b536765b6d0fec32e936fb2",
"typesPublisherContentHash": "1b1be25f20ab2fe16a3400487e825f29000216c859160af026b6b55e6949f95d",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 28 Mar 2017 05:17:58 GMT
* Last updated: Tue, 28 Mar 2017 19:51:22 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