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

nats

Package Overview
Dependencies
Maintainers
3
Versions
198
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-25 to 2.0.0-26

1

index.d.ts

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

max?: number,
noMuxRequests?: boolean,
timeout?: number

@@ -127,0 +128,0 @@ }

2

lib/nats.js

@@ -1585,3 +1585,3 @@ /*

}
if (this.options.noMuxRequests) {
if (this.options.noMuxRequests || opts.noMuxRequests) {
opts.expected = opts.expected || opts.max

@@ -1588,0 +1588,0 @@ const inbox = this.createInbox()

{
"name": "nats",
"version": "2.0.0-25",
"version": "2.0.0-26",
"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