Comparing version 2.4.0 to 2.4.1
@@ -5,3 +5,3 @@ { | ||
"description": "A shim for the setImmediate efficient script yielding API", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"keywords": [], | ||
@@ -13,3 +13,2 @@ "development": {}, | ||
"lib/index.js", | ||
"lib/realSetImmediate.js", | ||
"lib/nextTick.js", | ||
@@ -16,0 +15,0 @@ "lib/postMessage.js", |
@@ -30,10 +30,6 @@ ;(function(){ | ||
// registered function | ||
if (!module._resolving && !module.exports) { | ||
var mod = {}; | ||
mod.exports = {}; | ||
mod.client = mod.component = true; | ||
module._resolving = true; | ||
module.call(this, mod.exports, require.relative(resolved), mod); | ||
delete module._resolving; | ||
module.exports = mod.exports; | ||
if (!module.exports) { | ||
module.exports = {}; | ||
module.client = module.component = true; | ||
module.call(this, module.exports, require.relative(resolved), module); | ||
} | ||
@@ -207,3 +203,2 @@ | ||
var types = [ | ||
//require("./realSetImmediate"), | ||
require("./nextTick"), | ||
@@ -257,14 +252,2 @@ require("./mutation"), | ||
}); | ||
require.register("immediate/lib/realSetImmediate.js", function(exports, require, module){ | ||
"use strict"; | ||
var globe = require("./global"); | ||
exports.test = function () { | ||
return globe.setImmediate; | ||
}; | ||
exports.install = function () { | ||
return globe.setImmediate.bind(globe); | ||
}; | ||
}); | ||
require.register("immediate/lib/nextTick.js", function(exports, require, module){ | ||
@@ -403,3 +386,5 @@ "use strict"; | ||
}); | ||
require.alias("immediate/lib/index.js", "immediate/index.js");if (typeof exports == "object") { | ||
require.alias("immediate/lib/index.js", "immediate/index.js"); | ||
if (typeof exports == "object") { | ||
module.exports = require("immediate"); | ||
@@ -406,0 +391,0 @@ } else if (typeof define == "function" && define.amd) { |
"use strict"; | ||
var types = [ | ||
//require("./realSetImmediate"), | ||
require("./nextTick"), | ||
@@ -5,0 +4,0 @@ require("./mutation"), |
{ | ||
"name": "immediate", | ||
"description": "A shim for the setImmediate efficient script yielding API", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"contributors": [ | ||
@@ -20,4 +20,3 @@ "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)", | ||
"test": "mocha test/tests.js -R nyan", | ||
"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007", | ||
"build": "component build -o dist -n immediate -s immediate" | ||
"test-browser-only": "opener http://localhost:9007/test/browserOnly/index.html && http-server . -p 9007" | ||
}, | ||
@@ -29,3 +28,6 @@ "devDependencies": { | ||
"opener": "~1.3", | ||
"component": "~0.17.6" | ||
"component": "~0.17.6", | ||
"grunt-component": "~0.1.7", | ||
"grunt-contrib-uglify": "~0.2.4", | ||
"grunt": "~0.4.1" | ||
}, | ||
@@ -32,0 +34,0 @@ "testling": { |
@@ -1,6 +0,3 @@ | ||
<a href="https://ci.testling.com/calvinmetcalf/setImmediate"> | ||
<img src="https://ci.testling.com/calvinmetcalf/setImmediate.png" alt="Testling-CI badge showing browser compliance" | ||
align="right"> | ||
</a> | ||
## Introduction | ||
@@ -7,0 +4,0 @@ |
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
73815
2056
8
85