Socket
Socket
Sign inDemoInstall

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.2 to 1.3.3

2

package.json
{
"name": "keuss",
"version": "1.3.2",
"version": "1.3.3",
"keywords": [

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

@@ -312,4 +312,9 @@ 'use strict';

let consumer_data = this._consumers_by_tid.get (tid);
if (tid) {
if (!consumer_data) {
// tid does not point to valid consume, NOOP
return;
}
// call callback with error-cancelled?

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