node-opcua-packet-analyzer
Advanced tools
Comparing version 2.126.0 to 2.128.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { BinaryStream } from "node-opcua-binary-stream"; | ||
@@ -3,0 +2,0 @@ import { BaseUAObject } from "node-opcua-factory"; |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.analyze_object_binary_encoding = exports.analyseExtensionObject = exports.analyzePacket = void 0; | ||
exports.analyzePacket = analyzePacket; | ||
exports.analyseExtensionObject = analyseExtensionObject; | ||
exports.analyze_object_binary_encoding = analyze_object_binary_encoding; | ||
const util_1 = require("util"); | ||
@@ -137,3 +139,2 @@ const chalk_1 = __importDefault(require("chalk")); | ||
} | ||
exports.analyzePacket = analyzePacket; | ||
function analyseExtensionObject(buffer, padding, offset, customOptions) { | ||
@@ -154,3 +155,2 @@ const stream = new node_opcua_binary_stream_1.BinaryStream(buffer); | ||
} | ||
exports.analyseExtensionObject = analyseExtensionObject; | ||
function _internalAnalyzePacket(buffer, stream, objMessage, padding, customOptions, offset) { | ||
@@ -193,3 +193,2 @@ let options = make_tracer(buffer, padding, offset); | ||
} | ||
exports.analyze_object_binary_encoding = analyze_object_binary_encoding; | ||
//# sourceMappingURL=packet_analyzer.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compare_obj_by_encoding = void 0; | ||
exports.compare_obj_by_encoding = compare_obj_by_encoding; | ||
const node_opcua_binary_stream_1 = require("node-opcua-binary-stream"); | ||
@@ -20,3 +20,2 @@ const should_1 = __importDefault(require("should")); | ||
} | ||
exports.compare_obj_by_encoding = compare_obj_by_encoding; | ||
//# sourceMappingURL=compare_obj_by_encoding.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { BinaryStream } from "node-opcua-binary-stream"; | ||
@@ -3,0 +2,0 @@ import { ExpandedNodeId } from "node-opcua-nodeid"; |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.json_encode_decode_round_trip_test = exports.encode_decode_round_trip_test = void 0; | ||
exports.encode_decode_round_trip_test = encode_decode_round_trip_test; | ||
exports.json_encode_decode_round_trip_test = json_encode_decode_round_trip_test; | ||
// tslint:disable:no-console | ||
@@ -102,3 +103,2 @@ // @ts-check | ||
} | ||
exports.encode_decode_round_trip_test = encode_decode_round_trip_test; | ||
function json_encode_decode_round_trip_test(obj, options, callbackBuffer) { | ||
@@ -116,3 +116,2 @@ if (!callbackBuffer && typeof options === "function") { | ||
} | ||
exports.json_encode_decode_round_trip_test = json_encode_decode_round_trip_test; | ||
//# sourceMappingURL=encode_decode_round_trip_test.js.map |
{ | ||
"name": "node-opcua-packet-analyzer", | ||
"version": "2.126.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module packet-analyzer", | ||
@@ -19,12 +19,11 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.126.0", | ||
"node-opcua-binary-stream": "2.125.0", | ||
"node-opcua-debug": "2.125.0", | ||
"node-opcua-factory": "2.126.0", | ||
"node-opcua-utils": "2.125.0" | ||
"node-opcua-basic-types": "2.128.0", | ||
"node-opcua-binary-stream": "2.128.0", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-factory": "2.128.0", | ||
"node-opcua-utils": "2.128.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-nodeid": "2.125.0", | ||
"node-opcua-test-helpers": "2.120.0", | ||
"should": "^13.2.3" | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-test-helpers": "2.128.0" | ||
}, | ||
@@ -44,3 +43,3 @@ "repository": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "81b467f284c41813ab8caf17f6d20322d4734fdc", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -47,0 +46,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2
85454
602
+ Addednode-opcua-basic-types@2.128.0(transitive)
+ Addednode-opcua-binary-stream@2.128.0(transitive)
+ Addednode-opcua-buffer-utils@2.128.0(transitive)
+ Addednode-opcua-date-time@2.128.0(transitive)
+ Addednode-opcua-debug@2.128.0(transitive)
+ Addednode-opcua-enum@2.128.0(transitive)
+ Addednode-opcua-factory@2.128.0(transitive)
+ Addednode-opcua-guid@2.128.0(transitive)
+ Addednode-opcua-nodeid@2.128.0(transitive)
+ Addednode-opcua-status-code@2.128.0(transitive)
+ Addednode-opcua-utils@2.128.0(transitive)
- Removednode-opcua-basic-types@2.126.0(transitive)
- Removednode-opcua-binary-stream@2.125.0(transitive)
- Removednode-opcua-buffer-utils@2.125.0(transitive)
- Removednode-opcua-date-time@2.125.0(transitive)
- Removednode-opcua-debug@2.125.0(transitive)
- Removednode-opcua-enum@2.125.0(transitive)
- Removednode-opcua-factory@2.126.0(transitive)
- Removednode-opcua-guid@2.120.0(transitive)
- Removednode-opcua-nodeid@2.125.0(transitive)
- Removednode-opcua-status-code@2.125.0(transitive)
- Removednode-opcua-utils@2.125.0(transitive)
Updatednode-opcua-debug@2.128.0
Updatednode-opcua-factory@2.128.0
Updatednode-opcua-utils@2.128.0