Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

promise-queue

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-queue - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

CHANGELOG.md

@@ -0,2 +1,5 @@

Version 1.0.1:
* window.query -> window.Queue
Version 1.0.0:
* Initial release.

2

lib/index.js

@@ -12,3 +12,3 @@ /* global define: true */

// Browser globals
root.queue = factory();
root.Queue = factory();
}

@@ -15,0 +15,0 @@ })

@@ -5,3 +5,3 @@ {

"name" : "promise-queue",
"version" : "1.0.0",
"version" : "1.0.1",
"contributors" : [

@@ -8,0 +8,0 @@ {

@@ -23,3 +23,3 @@ # promise-queue

```
```js
Queue.configure(function () {

@@ -26,0 +26,0 @@ return $.Deferred() || require('vow').promise();

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc