@wordpress/priority-queue
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"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 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34561
49
Updated@babel/runtime@^7.4.4