@nats-io/transport-node
Advanced tools
@@ -7,3 +7,3 @@ import type { ConnectionOptions } from "./nats-base-client"; | ||
| import type { NodeConnectionOptions } from "./connect"; | ||
| export declare const VERSION = "3.3.0"; | ||
| export declare const VERSION = "3.3.1"; | ||
| export declare class NodeTransport implements Transport { | ||
@@ -10,0 +10,0 @@ socket: Socket; |
+1
-1
@@ -1,1 +0,1 @@ | ||
| export declare const version = "3.3.0"; | ||
| export declare const version = "3.3.1"; |
+1
-1
@@ -5,3 +5,3 @@ "use strict"; | ||
| // This file is generated - do not edit | ||
| exports.version = "3.3.0"; | ||
| exports.version = "3.3.1"; | ||
| //# sourceMappingURL=version.js.map |
+5
-5
| { | ||
| "name": "@nats-io/transport-node", | ||
| "version": "3.3.0", | ||
| "version": "3.3.1", | ||
| "description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@nats-io/nats-core": "3.3.0", | ||
| "@nats-io/nats-core": "3.3.1", | ||
| "@nats-io/nkeys": "2.0.3", | ||
@@ -64,5 +64,5 @@ "@nats-io/nuid": "2.0.3" | ||
| "devDependencies": { | ||
| "@nats-io/jetstream": "3.3.0", | ||
| "@nats-io/kv": "3.3.0", | ||
| "@nats-io/obj": "3.3.0", | ||
| "@nats-io/jetstream": "3.3.1", | ||
| "@nats-io/kv": "3.3.1", | ||
| "@nats-io/obj": "3.3.1", | ||
| "@types/node": "^25.0.0", | ||
@@ -69,0 +69,0 @@ "minimist": "^1.2.8", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
+ Added
- Removed
Updated