Socket
Socket
Sign inDemoInstall

animates

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animates - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/animates.js

@@ -8,3 +8,3 @@ var css = require('./css')

setTimeout(start, 1)
return setTimeout(finish, opts.speed)
return setTimeout(finish, opts.speed + (opts.delay || 0))

@@ -11,0 +11,0 @@ function start () {

{
"name": "animates",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tiny, performant replacement for jquery/animate using css3",

@@ -5,0 +5,0 @@ "main": "lib/animates.js",

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