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

putil-taskqueue

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putil-taskqueue - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

lib/TaskQueue.d.ts

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

declare module 'putil-taskqueue' {

@@ -9,2 +8,5 @@

export type Task = (done: (e?: Error) => void) => void;
export type AsyncTask = () => Promise<void>;
export default class TaskQueue {

@@ -18,4 +20,6 @@

enqueue(task: Task | AsyncTask): Promise<void>;
}
}

2

package.json
{
"name": "putil-taskqueue",
"description": "Very simple async task queue for Javascript",
"version": "2.2.0",
"version": "2.2.1",
"author": "Panates Ltd.",

@@ -6,0 +6,0 @@ "contributors": [

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