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.99.0 to 2.102.0

2

dist/source/packet_analyzer/packet_analyzer.js

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

console.log(" Error in ", err);
if (err instanceof Error) {
if (util_1.types.isNativeError(err)) {
console.log(" Error in ", err.stack);

@@ -168,0 +168,0 @@ }

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

@@ -43,3 +43,3 @@ "main": "./dist/source/index.js",

"homepage": "http://node-opcua.github.io/",
"gitHead": "90ce9f5b44d74198d84a384de622dfa94fd05c0c",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"files": [

@@ -46,0 +46,0 @@ "dist",

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

import { inspect } from "util";
import { inspect, types } from "util";
import * as chalk from "chalk";

@@ -219,3 +219,3 @@ import { assert } from "node-opcua-assert";

console.log(" Error in ", err);
if (err instanceof Error) {
if (types.isNativeError(err)) {
console.log(" Error in ", err.stack);

@@ -222,0 +222,0 @@ }

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