Comparing version 2.5.3 to 2.5.4
var abbott = require('abbott'); | ||
var defer = typeof nextTick !== 'undefined' ? nextTick : typeof setImmediate !== 'undefined' ? setImmediate : setTimeout; | ||
var defer = global.process && global.process.nextTick || global.setImmediate || global.setTimeout; | ||
@@ -5,0 +5,0 @@ function isRighto(x){ |
{ | ||
"name": "righto", | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
62142