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.21.0 to 2.22.0

4

dist/source/packet_analyzer/packet_analyzer.js

@@ -10,3 +10,3 @@ "use strict";

const node_opcua_assert_1 = require("node-opcua-assert");
const util = require("util");
const util_1 = require("util");
const node_opcua_basic_types_1 = require("node-opcua-basic-types");

@@ -171,3 +171,3 @@ const node_opcua_binary_stream_1 = require("node-opcua-binary-stream");

console.log(" Error in ", err.stack);
console.log(" objMessage ", util.inspect(objMessage, { colors: true }));
console.log(" objMessage ", util_1.inspect(objMessage, { colors: true }));
}

@@ -174,0 +174,0 @@ }

{
"name": "node-opcua-packet-analyzer",
"version": "2.21.0",
"version": "2.22.0",
"description": "pure nodejs OPCUA SDK - module -packet-analyzer",

@@ -16,8 +16,8 @@ "main": "./dist/source/index.js",

"chalk": "^4.1.0",
"node-opcua-assert": "2.16.0",
"node-opcua-basic-types": "2.20.0",
"node-opcua-binary-stream": "2.17.0",
"node-opcua-debug": "2.20.0",
"node-opcua-factory": "2.20.0",
"node-opcua-utils": "2.20.0"
"node-opcua-assert": "2.22.0",
"node-opcua-basic-types": "2.22.0",
"node-opcua-binary-stream": "2.22.0",
"node-opcua-debug": "2.22.0",
"node-opcua-factory": "2.22.0",
"node-opcua-utils": "2.22.0"
},

@@ -41,3 +41,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "b829d1d82a537d6f836877832ec7ba43851a49f9"
"gitHead": "8eb6d67ecc89e34aa5bb99e9d6025aec2fa79743"
}

@@ -8,3 +8,3 @@ // tslint:disable:no-bitwise

import { assert } from "node-opcua-assert";
import * as util from "util";
import { inspect } from "util";

@@ -207,3 +207,3 @@ import { decodeByte, decodeExpandedNodeId, decodeNodeId, decodeUInt32 } from "node-opcua-basic-types";

console.log(" Error in ", err.stack);
console.log(" objMessage ", util.inspect(objMessage, { colors: true }));
console.log(" objMessage ", inspect(objMessage, { colors: true }));
}

@@ -210,0 +210,0 @@ }

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