node-opcua-packet-analyzer
Advanced tools
Comparing version 2.6.5 to 2.7.0
export { analyzePacket, analyseExtensionObject, analyze_object_binary_encoding } from "./packet_analyzer/packet_analyzer"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
import { BaseUAObject } from "node-opcua-factory"; | ||
export declare function compare_obj_by_encoding(obj1: BaseUAObject, obj2: BaseUAObject): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./compare_obj_by_encoding"; | ||
export * from "./encode_decode_round_trip_test"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-packet-analyzer", | ||
"version": "2.6.5", | ||
"version": "2.7.0", | ||
"description": "pure nodejs OPCUA SDK - module -packet-analyzer", | ||
@@ -17,7 +17,7 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "^2.6.1", | ||
"node-opcua-basic-types": "^2.6.1", | ||
"node-opcua-basic-types": "^2.7.0", | ||
"node-opcua-binary-stream": "^2.6.1", | ||
"node-opcua-debug": "^2.6.1", | ||
"node-opcua-factory": "^2.6.5", | ||
"node-opcua-utils": "^2.6.1", | ||
"node-opcua-factory": "^2.7.0", | ||
"node-opcua-utils": "^2.7.0", | ||
"underscore": "^1.10.2" | ||
@@ -42,3 +42,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "e5e38142a719ebe22afb9617dce34b985d407d9b" | ||
"gitHead": "868b9f5d0bf0411f30476a0947301dc1d487e462" | ||
} |
@@ -0,0 +0,0 @@ export { |
@@ -0,0 +0,0 @@ // tslint:disable:no-bitwise |
@@ -0,0 +0,0 @@ import { BinaryStream } from "node-opcua-binary-stream"; |
@@ -0,0 +0,0 @@ // @ts-check |
export * from "./compare_obj_by_encoding"; | ||
export * from "./encode_decode_round_trip_test"; |
Sorry, the diff of this file is not supported yet
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
43599
Updatednode-opcua-factory@^2.7.0
Updatednode-opcua-utils@^2.7.0