New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ataraxia

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ataraxia - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

package-lock.json

2

package.json
{
"name": "ataraxia",
"version": "0.2.2",
"version": "0.2.3",
"description": "P2P messaging over mesh networks",

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

@@ -104,4 +104,8 @@ 'use strict';

const data = msgpack.encode([ String(type), payload ]);
this.socket.write(data);
try {
this.socket.write(data);
} catch(err) {
this.debug('Could not write;', err);
}
}
};
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