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

flk-animator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flk-animator - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

dist/Animator.js

@@ -27,2 +27,6 @@ class Animator {

for (let event of 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend'.split(' ')) {
element.addEventListener(event, resolve);
}
element.classList.add(...classes.split(' '));

@@ -29,0 +33,0 @@ });

2

package.json
{
"name": "flk-animator",
"description": "Animate.css animation on elements",
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/Animator.js",

@@ -6,0 +6,0 @@ "externals": {

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