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

keuss

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keuss - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

package.json
{
"name": "keuss",
"version": "1.3.6",
"version": "1.3.7",
"keywords": [

@@ -5,0 +5,0 @@ "queue",

@@ -277,3 +277,3 @@ 'use strict';

consumer_data.callback ({
if (consumer_data.callback) consumer_data.callback ({
timeout: true,

@@ -432,3 +432,3 @@ tid: consumer_data.tid,

// call final callback
consumer.callback (err);
if (consumer.callback) consumer.callback (err);
return;

@@ -483,3 +483,3 @@ }

// call final callback
consumer.callback (null, result);
if (consumer.callback) consumer.callback (null, result);
return;

@@ -486,0 +486,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