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

@wireapp/priority-queue

Package Overview
Dependencies
Maintainers
6
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/priority-queue - npm Package Compare versions

Comparing version 2.0.0 to 2.0.3

lib/Config.d.ts.map

1

lib/Config.d.ts

@@ -9,1 +9,2 @@ import { Item } from './Item';

}
//# sourceMappingURL=Config.d.ts.map

1

lib/Config.js

@@ -21,2 +21,1 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Config.js.map
export * from './Item';
export * from './Priority';
export * from './PriorityQueue';
//# sourceMappingURL=index.d.ts.map

@@ -38,2 +38,1 @@ "use strict";

__exportStar(require("./PriorityQueue"), exports);
//# sourceMappingURL=index.js.map

@@ -16,1 +16,2 @@ export declare class Item {

}
//# sourceMappingURL=Item.d.ts.map

@@ -47,2 +47,1 @@ "use strict";

exports.Item = Item;
//# sourceMappingURL=Item.js.map

@@ -6,1 +6,2 @@ export declare enum Priority {

}
//# sourceMappingURL=Priority.d.ts.map

@@ -28,2 +28,1 @@ "use strict";

})(Priority = exports.Priority || (exports.Priority = {}));
//# sourceMappingURL=Priority.js.map

@@ -0,4 +1,4 @@

import { Config } from './Config';
import { Item } from './Item';
import { Priority } from './Priority';
import { Config } from './Config';
export declare class PriorityQueue {

@@ -21,1 +21,2 @@ private readonly config;

}
//# sourceMappingURL=PriorityQueue.d.ts.map

@@ -116,2 +116,1 @@ "use strict";

exports.PriorityQueue = PriorityQueue;
//# sourceMappingURL=PriorityQueue.js.map

@@ -28,4 +28,4 @@ {

},
"version": "2.0.0",
"gitHead": "2d645a80b9db0e9db3f735e6063d036433a41e36"
"version": "2.0.3",
"gitHead": "cd2fe2ccaec957e237a70c928222c0c8e91a317a"
}
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