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

nats

Package Overview
Dependencies
Maintainers
1
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 0.2.7 to 0.2.8

4

lib/nats.js

@@ -192,3 +192,3 @@ /*!

this.url = url.parse(options.url);
if (this.url.auth !== undefined) {
if ('auth' in this.url && !!this.url.auth) {
var auth = this.url.auth.split(':');

@@ -447,3 +447,3 @@ if (options.user === undefined) {

var proto;
for(var sid in this.subs) {
for (var sid in this.subs) {
if (this.subs.hasOwnProperty(sid)) {

@@ -450,0 +450,0 @@ var sub = this.subs[sid];

{
"name": "nats",
"description": "Node.js client for NATS, a lightweight messaging system",
"version": "0.2.7",
"version": "0.2.8",
"repository": {

@@ -20,3 +20,3 @@ "type" : "git",

"scripts": { "test": "make test" },
"engines": { "node": ">= 0.4.x < 0.7.0" }
"engines": { "node": ">= 0.4.x <= 0.10.x" }
}

Sorry, the diff of this file is not supported yet

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