requestanimationframe
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -20,2 +20,8 @@ /** | ||
if ( global.requestAnimationFrame ) { | ||
return; | ||
} | ||
if ( global.webkitRequestAnimationFrame ) { // Chrome <= 23, Safari <= 6.1, Blackberry 10 | ||
@@ -58,3 +64,2 @@ | ||
if ( typeof define === 'function' ) { | ||
@@ -61,0 +66,0 @@ |
{ | ||
"name": "requestAnimationFrame", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"main": "app/requestAnimationFrame.js", | ||
@@ -5,0 +5,0 @@ "licenses": [ { |
{ | ||
"name": "requestanimationframe", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "requestAnimationFrame AMD-ready, bower-ready polyfill fork. ", | ||
@@ -5,0 +5,0 @@ "main": "app/requestAnimationFrame.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3441
47
0