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

@wordpress/priority-queue

Package Overview
Dependencies
Maintainers
10
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/priority-queue - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

6

package.json
{
"name": "@wordpress/priority-queue",
"version": "1.1.0",
"version": "1.2.0",
"description": "Generic browser priority queue.",

@@ -25,3 +25,3 @@ "author": "The WordPress Contributors",

"dependencies": {
"@babel/runtime": "^7.3.1"
"@babel/runtime": "^7.4.4"
},

@@ -31,3 +31,3 @@ "publishConfig": {

},
"gitHead": "1e024a20a20369af7bc9720a676fdd3837a3a105"
"gitHead": "87f92f8f58a14a58b44beff0919734c546b3b975"
}

@@ -19,10 +19,8 @@ # Priority Queue

### createQueue
<a name="createQueue" href="#createQueue">#</a> **createQueue**
[src/index.js#L25-L72](src/index.js#L25-L72)
Creates a context-aware queue that only executes
the last task of a given context.
**Usage**
_Usage_

@@ -44,5 +42,5 @@ ```js

**Returns**
_Returns_
`Object`: Queue object with `add` and `flush` methods.
- `Object`: Queue object with `add` and `flush` methods.

@@ -49,0 +47,0 @@

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