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

nats

Package Overview
Dependencies
Maintainers
3
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nats - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

GOVERNANCE.md

4

lib/nats.js

@@ -32,3 +32,3 @@ /*

*/
var VERSION = '1.0.0',
var VERSION = '1.0.1',

@@ -623,2 +623,4 @@ DEFAULT_PORT = 4222,

this.stream = net.createConnection(this.url.port, this.url.hostname);
// this change makes it a bit faster on Linux, slightly worse on OS X
this.stream.setNoDelay(true);
// Setup the proper handlers.

@@ -625,0 +627,0 @@ this.setupHandlers();

{
"name": "nats",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",

@@ -5,0 +5,0 @@ "keywords": [

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