Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nats-io/transport-node

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nats-io/transport-node - npm Package Compare versions

Comparing version
3.3.0
to
3.3.1
+1
-1
lib/node_transport.d.ts

@@ -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 +0,1 @@

export declare const version = "3.3.0";
export declare const version = "3.3.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
{
"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",