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

node-opcua-transport

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-transport - npm Package Compare versions

Comparing version 2.64.0 to 2.64.1

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

export declare const doTraceHelloAck: RegExpMatchArray | null;
export declare const doTraceChunk: RegExpMatchArray | null;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from "./fake_server";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FakeServer } from "./fake_server";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

export * from "./fixture_full_tcp_packets";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "node-opcua-transport",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -transport",
"main": "./dist/source/index.js",
"types": "./dist/source/index.d.ts",
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.64.0",
"node-opcua-basic-types": "2.64.0",
"node-opcua-binary-stream": "2.64.0",
"node-opcua-buffer-utils": "2.64.0",
"node-opcua-chunkmanager": "2.64.0",
"node-opcua-debug": "2.63.2",
"node-opcua-factory": "2.64.0",
"node-opcua-nodeid": "2.64.0",
"node-opcua-object-registry": "2.64.0",
"node-opcua-packet-assembler": "2.64.0",
"node-opcua-status-code": "2.64.0",
"node-opcua-types": "2.64.0",
"node-opcua-utils": "2.64.0"
},
"devDependencies": {
"@types/node": "17.0.15",
"node-opcua-debug": "2.63.3",
"should": "^13.2.3",
"sinon": "^13.0.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"lint": "eslint source test test_helpers test-fixtures",
"format": "prettier --write source test test_helpers test-fixtures",
"clean": "node -e \"require('rimraf').sync('dist');\""
}
}
"name": "node-opcua-transport",
"version": "2.64.1",
"description": "pure nodejs OPCUA SDK - module -transport",
"main": "./dist/source/index.js",
"types": "./dist/source/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"lint": "eslint source test test_helpers test-fixtures",
"format": "prettier --write source test test_helpers test-fixtures",
"clean": "node -e \"require('rimraf').sync('dist');\""
},
"dependencies": {
"chalk": "4.1.2",
"node-opcua-assert": "2.64.1",
"node-opcua-basic-types": "2.64.1",
"node-opcua-binary-stream": "2.64.1",
"node-opcua-buffer-utils": "2.64.1",
"node-opcua-chunkmanager": "2.64.1",
"node-opcua-debug": "2.64.1",
"node-opcua-factory": "2.64.1",
"node-opcua-nodeid": "2.64.1",
"node-opcua-object-registry": "2.64.1",
"node-opcua-packet-assembler": "2.64.1",
"node-opcua-status-code": "2.64.1",
"node-opcua-types": "2.64.1",
"node-opcua-utils": "2.64.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"node-opcua-debug": "2.64.0",
"should": "^13.2.3",
"sinon": "^13.0.1"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
}