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 2.0.0-7 to 2.0.0-8

3

lib/nats.js

@@ -1864,2 +1864,3 @@ /*

this.respmux.nextID = -1
this.respmux.length = 0
}

@@ -1891,2 +1892,3 @@ return this.respmux.inbox

this.respmux.requestMap[token] = conf
this.respmux.length++
return conf

@@ -1934,2 +1936,3 @@ }

delete this.respmux.requestMap[conf.token]
this.respmux.length--
}

@@ -1936,0 +1939,0 @@ return conf

2

package.json
{
"name": "nats",
"version": "2.0.0-7",
"version": "2.0.0-8",
"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