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

css-animation

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-animation - npm Package Compare versions

Comparing version 1.2.3 to 1.2.5

8

lib/index.js

@@ -105,7 +105,6 @@ 'use strict';

nodeClasses.add(className);
if (start) {
start();
}
nodeClasses.add(className);

@@ -116,6 +115,7 @@ node.rcAnimTimeout = setTimeout(function () {

if (active) {
active();
setTimeout(active, 0);
}
fixBrowserByTimeout(node);
}, 0);
// 30ms for firefox
}, 30);

@@ -122,0 +122,0 @@ return {

{
"name": "css-animation",
"version": "1.2.3",
"version": "1.2.5",
"description": "css-animation",

@@ -5,0 +5,0 @@ "keywords": [

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