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.113.0 to 2.114.0

2

dist/source/packet_analyzer/packet_analyzer.js

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

if (customOptions)
options = Object.assign(Object.assign({}, options), customOptions);
options = { ...options, ...customOptions };
try {

@@ -160,0 +160,0 @@ if (objMessage) {

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

@@ -19,10 +19,10 @@ "main": "./dist/source/index.js",

"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.113.0",
"node-opcua-binary-stream": "2.110.0",
"node-opcua-debug": "2.113.0",
"node-opcua-factory": "2.113.0",
"node-opcua-utils": "2.110.0"
"node-opcua-basic-types": "2.114.0",
"node-opcua-binary-stream": "2.114.0",
"node-opcua-debug": "2.114.0",
"node-opcua-factory": "2.114.0",
"node-opcua-utils": "2.114.0"
},
"devDependencies": {
"node-opcua-nodeid": "2.113.0",
"node-opcua-nodeid": "2.114.0",
"node-opcua-test-helpers": "2.113.0",

@@ -44,3 +44,3 @@ "should": "^13.2.3"

"homepage": "http://node-opcua.github.io/",
"gitHead": "36db335391fedd39726990a1b37f7768da16466a",
"gitHead": "358d284a696c88e383eedac1ab75d950fb28ec35",
"files": [

@@ -47,0 +47,0 @@ "dist",

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