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.0.0-alpha.11 to 2.0.0-alpha.12

2

dist/test_helpers/encode_decode_round_trip_test.js

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

// tslint:disable:no-empty
console.log = () => { };
console.log = (...args) => { };
}

@@ -60,0 +60,0 @@ try {

{
"name": "node-opcua-packet-analyzer",
"version": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"description": "pure nodejs OPCUA SDK - module -packet-analyzer",

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

"node-opcua-assert": "^2.0.0-alpha.10",
"node-opcua-basic-types": "^2.0.0-alpha.11",
"node-opcua-binary-stream": "^2.0.0-alpha.10",
"node-opcua-basic-types": "^2.0.0-alpha.12",
"node-opcua-binary-stream": "^2.0.0-alpha.12",
"node-opcua-debug": "^2.0.0-alpha.10",
"node-opcua-enum": "^2.0.0-alpha.10",
"node-opcua-factory": "^2.0.0-alpha.11",
"node-opcua-utils": "^2.0.0-alpha.10",
"node-opcua-factory": "^2.0.0-alpha.12",
"node-opcua-utils": "^2.0.0-alpha.12",
"underscore": "^1.9.1"

@@ -42,3 +42,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "bf7ea24732637e662af9b5b63941388e89fd3427"
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac"
}

@@ -63,3 +63,3 @@ // @ts-check

// tslint:disable:no-empty
console.log = () => {};
console.log = (...args: any[]) => {};
}

@@ -66,0 +66,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