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

animated-transition-group

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-transition-group - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

6

dist/dom-utils.js

@@ -47,3 +47,5 @@ 'use strict';

function setTimeoutAnimationFrame(func, ms) {
function setTimeoutAnimationFrame(func) {
var ms = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
var callback = func;

@@ -54,3 +56,3 @@ if (typeof callback !== 'function') return;

requestAnimationFrame(callback);
}, ms);
}, ms + 17);
}
{
"name": "animated-transition-group",
"version": "1.0.16",
"version": "1.0.17",
"description": "like `<ReactTransitionGroup />` + callbacks, extras and child-specific customization",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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