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

abraxas

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abraxas - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json

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

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

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

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

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

@@ -137,3 +137,5 @@ for (var func in self._workers) {

return handler(task);
});
}).catch(function(exception) {
task.error(exception);
})
});

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