New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.3.0 to 1.3.1

4

lib/TaskQueue.js

@@ -75,3 +75,5 @@ /* putil-taskqueue

try {
fn(function() {
fn(function(err) {
if (err && self.listenerCount('error') > 0)
self.emit('error', err);
setImmediate(function() {

@@ -78,0 +80,0 @@ self._taskRunning = null;

{
"name": "putil-taskqueue",
"description": "Very simple async task queue for Javascript",
"version": "1.3.0",
"version": "1.3.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