timers-browserify
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -23,2 +23,2 @@ // DOM APIs, for completeness | ||
exports.setImmediate = require('setimmediate'); | ||
exports.setImmediate = require('process/browser.js').nextTick; |
@@ -5,3 +5,3 @@ { | ||
"description": "timers module for browserify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/jryans/timers-browserify", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/jryans/timers-browserify/issues", | ||
"dependencies": { | ||
"setimmediate": "~1.0.1" | ||
"process": "~0.5.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
17276
+ Addedprocess@~0.5.1
+ Addedprocess@0.5.2(transitive)
- Removedsetimmediate@~1.0.1
- Removedsetimmediate@1.0.5(transitive)