@empathyco/x-priority-queue
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xPriorityQueue = void 0; | ||
exports.xPriorityQueue = 'x-priority-queue'; | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./x-priority-queue"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export const xPriorityQueue = 'x-priority-queue'; | ||
export * from './x-priority-queue'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const xPriorityQueue = "x-priority-queue"; | ||
export * from './x-priority-queue'; |
{ | ||
"name": "@empathyco/x-priority-queue", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"description": "A priority queue implementation in typescript allowing cancellable elements", | ||
@@ -37,2 +37,3 @@ "author": "Empathy Systems Corporation S.L.", | ||
"dependencies": { | ||
"@empathyco/x-utils": "^1.0.0-alpha.11", | ||
"tslib": "~2.3.0" | ||
@@ -53,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "0c6e6ec7cd3a754b41f877848517a8b66c35e666" | ||
"gitHead": "46d1486940127536c55fd400fabb508a49b5633a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
50229
13
578
2
+ Added@empathyco/x-logger@1.2.0-alpha.11(transitive)
+ Added@empathyco/x-storage-service@2.0.2(transitive)
+ Added@empathyco/x-utils@1.0.2(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedtslib@2.5.3(transitive)