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.1 to 2.1.3

1

client-connection.js

@@ -136,2 +136,3 @@ "use strict";

this.socket.write({kind:'request',type:packet.types['WORK_EXCEPTION'], args:{job:jobid}, body:data});
this.socket.write({kind:'request',type:packet.types['WORK_FAIL'], args:{job:jobid}, body:data});
}

@@ -138,0 +139,0 @@ else {

2

package.json

@@ -12,3 +12,3 @@ {

"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"version": "2.1.1",
"version": "2.1.3",
"dependencies": {

@@ -15,0 +15,0 @@ "backoff": "^2.4.0",

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

if (self._clientId) {
conn.socket.setClientId(self._clientId);
conn.socket.setClientId(id);
}

@@ -46,0 +46,0 @@ for (var func in self._workers) {

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