Socket
Socket
Sign inDemoInstall

abraxas

Package Overview
Dependencies
23
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.6 to 2.1.7

.nyc_output/42907.json

6

package.json

@@ -12,6 +12,6 @@ {

"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"version": "2.1.6",
"version": "2.1.7",
"dependencies": {
"backoff": "^2.4.0",
"bluebird": "^2.10.2",
"bluebird": "^3.1.1",
"concat-stream": "^1.5.1",

@@ -43,3 +43,3 @@ "duplex-combination": "^1.2.0",

"stream-array": "^1.1.1",
"tap": "^2.2.0"
"tap": "^5.0.1"
},

@@ -46,0 +46,0 @@ "directories": {

@@ -10,3 +10,3 @@ "use strict";

var MultiJob = module.exports = function (id, func, uniqueid, priority, body) {
Job.call(this, id, func, priority, body);
SingleJob.call(this, id, func, priority, body);
this.uniqueid = uniqueid;

@@ -13,0 +13,0 @@ this.output = [];

@@ -32,3 +32,3 @@ "use strict";

conn.socket.wakeup();
if (self.options.maxJobs > (self._activeJobsCount+self._grabbingJob)) {
while (self.options.maxJobs > (self._activeJobsCount+self._grabbingJob)) {
self._grabbingJob ++;

@@ -35,0 +35,0 @@ conn.socket.grabJob();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc