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.9 to 0.1.0-alpha.10

2

dist/types/x-priority-queue.types.d.ts

@@ -61,2 +61,2 @@ import { Dictionary } from '@empathyco/x-utils';

*/
export declare type NumberComparatorFn = (a: number, b: number) => boolean;
export type NumberComparatorFn = (a: number, b: number) => boolean;
{
"name": "@empathyco/x-priority-queue",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "A priority queue implementation in typescript allowing cancellable elements",

@@ -37,3 +37,3 @@ "author": "Empathy Systems Corporation S.L.",

"dependencies": {
"@empathyco/x-utils": "^1.0.0-alpha.14",
"@empathyco/x-utils": "^1.0.0-alpha.15",
"tslib": "~2.4.1"

@@ -46,3 +46,3 @@ },

"ts-jest": "~27.0.7",
"typescript": "~4.6.2"
"typescript": "~4.9.4"
},

@@ -55,3 +55,3 @@ "bugs": {

},
"gitHead": "15b244f7912ba181a563b94307a88998a130ebb9"
"gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98"
}
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