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

sequential-task-queue

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequential-task-queue - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

doc/.gitignore

4

dist/types/sequential-task-queue.d.ts

@@ -162,4 +162,4 @@ /**

off(evt: string, handler: Function): void;
private emit(evt, ...args);
private next();
protected emit(evt: string, ...args: any[]): void;
protected next(): void;
private cancelTask(task, reason?);

@@ -166,0 +166,0 @@ private doneTask(task, error?);

{
"name": "sequential-task-queue",
"version": "1.2.0",
"version": "1.2.1",
"description": "FIFO task queue for node and the browser",

@@ -5,0 +5,0 @@ "author": {

@@ -196,2 +196,6 @@ # SequentialTaskQueue

### 1.2.1
`next` and `emit` are now protected instead of private.
### 1.2.0

@@ -198,0 +202,0 @@

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