js-priority-queue
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "js-priority-queue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "priority-queue.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "js-priority-queue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Priority queue data structures", | ||
"main": "index.js", | ||
"main": "priority-queue.js", | ||
"scripts": {}, | ||
@@ -7,0 +7,0 @@ "repository": { |
@@ -24,4 +24,4 @@ Priority Queue | ||
Download `priority-queue.js`. Alternatively, install through Bower: | ||
`bower install js-priority-queue` | ||
You can `npm install js-priority-queue` or `bower install js-priority-queue`. | ||
Alternatively, just download `priority-queue.js` from this directory. | ||
@@ -28,0 +28,0 @@ Include it through [RequireJS](http://requirejs.org/) or |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38416
0