Comparing version 2.0.0-7 to 2.0.0-8
@@ -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 |
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115721
2324