Socket
Socket
Sign inDemoInstall

setimmediate

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "setimmediate",
"description": "A shim for the setImmediate efficient script yielding API",
"version": "1.0.0",
"version": "1.0.1",
"author": "NobleJS",

@@ -6,0 +6,0 @@ "contributors": [

@@ -77,2 +77,6 @@ <a href="http://ci.testling.com/NobleJS/setImmediate">

## Demo
* [Quick sort demo][cross-browser-demo]
## Reference and Reading

@@ -82,3 +86,3 @@

* [W3C mailing list post introducing the specification][list-post]
* [IE Test Drive demo][demo]
* [IE Test Drive demo][ie-demo]
* [Introductory blog post by Nicholas C. Zakas][ncz]

@@ -89,3 +93,3 @@

[list-post]: http://lists.w3.org/Archives/Public/public-web-perf/2011Jun/0100.html
[demo]: http://ie.microsoft.com/testdrive/Performance/setImmediateSorting/Default.html
[ie-demo]: http://ie.microsoft.com/testdrive/Performance/setImmediateSorting/Default.html
[ncz]: http://www.nczonline.net/blog/2011/09/19/script-yielding-with-setimmediate/

@@ -95,1 +99,2 @@ [nextTick]: http://nodejs.org/docs/v0.8.16/api/process.html#process_process_nexttick_callback

[MessageChannel]: http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html#channel-messaging
[cross-browser-demo]: http://jphpsf.github.com/setImmediate-shim-demo

@@ -7,3 +7,3 @@ (function (global, undefined) {

this.handler = handler;
this.args = Array.prototype.slice.call(args);
this.args = args;
}

@@ -10,0 +10,0 @@ Task.prototype.run = function () {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc