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

node-opcua-packet-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-packet-analyzer - npm Package Compare versions

Comparing version 2.126.0 to 2.128.0

1

dist/source/packet_analyzer/packet_analyzer.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { BinaryStream } from "node-opcua-binary-stream";

@@ -3,0 +2,0 @@ import { BaseUAObject } from "node-opcua-factory";

7

dist/source/packet_analyzer/packet_analyzer.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc