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

@wireapp/priority-queue

Package Overview
Dependencies
Maintainers
7
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 1.6.15 to 1.6.16

4

package.json

@@ -44,4 +44,4 @@ {

},
"version": "1.6.15",
"gitHead": "5c2837b61f910cfab1d90e587e4b8da52420e812"
"version": "1.6.16",
"gitHead": "618b88989e320f19ed8eef24cbc012f3e4306256"
}

@@ -1,2 +0,2 @@

import { Item } from './Item';
import type { Item } from './Item';
export interface Config {

@@ -3,0 +3,0 @@ comparator: (a: Item, b: Item) => number;

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

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

@@ -5,0 +5,0 @@ private readonly logger;

Sorry, the diff of this file is too big to display

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