aurelia-pal-nodejs
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -20,3 +20,3 @@ "use strict"; | ||
requestAnimationFrame(callback) { | ||
return this.global.requestAnimationFrame(callback); | ||
return setImmediate(callback); | ||
} | ||
@@ -23,0 +23,0 @@ /** |
{ | ||
"name": "aurelia-pal-nodejs", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "The Node.js-specific implementation of Aurelia's platform abstraction layer.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
53065
28
1238
1