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

@empathyco/x-priority-queue

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-priority-queue - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

dist/cjs/x-priority-queue.js

4

dist/cjs/index.js
"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

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