node-opcua-transport
Advanced tools
Comparing version 2.64.0 to 2.64.1
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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" /> |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./fixture_full_tcp_packets"; |
@@ -0,0 +0,0 @@ "use strict"; |
102
package.json
{ | ||
"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" | ||
} |
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
257293
+ Added@types/lodash@4.14.179(transitive)
+ Addednode-opcua-assert@2.64.1(transitive)
+ Addednode-opcua-basic-types@2.64.1(transitive)
+ Addednode-opcua-binary-stream@2.64.1(transitive)
+ Addednode-opcua-buffer-utils@2.64.1(transitive)
+ Addednode-opcua-chunkmanager@2.64.1(transitive)
+ Addednode-opcua-constants@2.64.1(transitive)
+ Addednode-opcua-data-model@2.64.1(transitive)
+ Addednode-opcua-data-value@2.64.1(transitive)
+ Addednode-opcua-date-time@2.64.1(transitive)
+ Addednode-opcua-debug@2.64.1(transitive)
+ Addednode-opcua-enum@2.64.1(transitive)
+ Addednode-opcua-extension-object@2.64.1(transitive)
+ Addednode-opcua-factory@2.64.1(transitive)
+ Addednode-opcua-generator@2.64.1(transitive)
+ Addednode-opcua-guid@2.64.1(transitive)
+ Addednode-opcua-nodeid@2.64.1(transitive)
+ Addednode-opcua-numeric-range@2.64.1(transitive)
+ Addednode-opcua-object-registry@2.64.1(transitive)
+ Addednode-opcua-packet-analyzer@2.64.1(transitive)
+ Addednode-opcua-packet-assembler@2.64.1(transitive)
+ Addednode-opcua-schemas@2.64.1(transitive)
+ Addednode-opcua-status-code@2.64.1(transitive)
+ Addednode-opcua-types@2.64.1(transitive)
+ Addednode-opcua-utils@2.64.1(transitive)
+ Addednode-opcua-variant@2.64.1(transitive)
+ Addednode-opcua-xml2json@2.64.1(transitive)
- Removed@types/lodash@4.14.178(transitive)
- Removedhexy@0.3.2(transitive)
- Removednode-opcua-assert@2.63.02.64.0(transitive)
- Removednode-opcua-basic-types@2.64.0(transitive)
- Removednode-opcua-binary-stream@2.64.0(transitive)
- Removednode-opcua-buffer-utils@2.63.22.64.0(transitive)
- Removednode-opcua-chunkmanager@2.64.0(transitive)
- Removednode-opcua-constants@2.64.0(transitive)
- Removednode-opcua-data-model@2.64.0(transitive)
- Removednode-opcua-data-value@2.64.0(transitive)
- Removednode-opcua-date-time@2.64.0(transitive)
- Removednode-opcua-debug@2.63.22.64.0(transitive)
- Removednode-opcua-enum@2.64.0(transitive)
- Removednode-opcua-extension-object@2.64.0(transitive)
- Removednode-opcua-factory@2.64.0(transitive)
- Removednode-opcua-generator@2.64.0(transitive)
- Removednode-opcua-guid@2.64.0(transitive)
- Removednode-opcua-nodeid@2.64.0(transitive)
- Removednode-opcua-numeric-range@2.64.0(transitive)
- Removednode-opcua-object-registry@2.64.0(transitive)
- Removednode-opcua-packet-analyzer@2.64.0(transitive)
- Removednode-opcua-packet-assembler@2.64.0(transitive)
- Removednode-opcua-schemas@2.64.0(transitive)
- Removednode-opcua-status-code@2.64.0(transitive)
- Removednode-opcua-types@2.64.0(transitive)
- Removednode-opcua-utils@2.64.0(transitive)
- Removednode-opcua-variant@2.64.0(transitive)
- Removednode-opcua-xml2json@2.64.0(transitive)
Updatednode-opcua-assert@2.64.1
Updatednode-opcua-debug@2.64.1
Updatednode-opcua-factory@2.64.1
Updatednode-opcua-nodeid@2.64.1
Updatednode-opcua-types@2.64.1
Updatednode-opcua-utils@2.64.1