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

oberknecht-emitters

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oberknecht-emitters - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

lib/emitters/oberknecht.action.emitter.js

@@ -88,5 +88,3 @@ const { expectedEventName: expectedEventName_ } = require("oberknecht-utils");

if (!i.actionEmitterData[this.symbol].isWorkingHard) {
this.next(item.sym);
}
if (!i.actionEmitterData[this.symbol].isWorkingHard) this.next(item.sym);
});

@@ -101,6 +99,2 @@ };

if (!item) {
return console.error("item not found", i.actionEmitterData[this.symbol].queue);
};
item.inQueue = true;

@@ -110,3 +104,3 @@ item.fn(item.args);

item.timedOut = true;
return item.reject(Error("action timed out"));
return item.reject(Error(`action timed out\n${JSON.stringify(item)}`));
}, this.timeout);

@@ -113,0 +107,0 @@

2

package.json
{
"name": "oberknecht-emitters",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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