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 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7

src/packet_analyzer/packet_analyzer.js

4

index.js

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

exports.packet_analyzer = require("./src/packet_analyzer").packet_analyzer;
exports.analyze_object_binary_encoding = require("./src/packet_analyzer").analyze_object_binary_encoding;
exports.packet_analyzer = require("./src/packet_analyzer/packet_analyzer").packet_analyzer;
exports.analyze_object_binary_encoding = require("./src/packet_analyzer/packet_analyzer").analyze_object_binary_encoding;
{
"name": "node-opcua-packet-analyzer",
"version": "0.1.0-alpha.3f56f9b5",
"version": "0.1.0-alpha.4e442cf7",
"description": "",

@@ -12,13 +12,16 @@ "main": "index.js",

"dependencies": {
"node-opcua-basic-types": "^0.1.0-alpha.3f56f9b5",
"node-opcua-binary-stream": "^0.1.0-alpha.3f56f9b5",
"node-opcua-debug": "^0.1.0-alpha.3f56f9b5",
"node-opcua-enum": "^0.1.0-alpha.3f56f9b5",
"node-opcua-nodeid": "^0.1.0-alpha.3f56f9b5",
"node-opcua-utils": "^0.1.0-alpha.3f56f9b5"
"colors": "^1.1.2",
"node-opcua-assert": "^0.1.0-alpha.4e442cf7",
"node-opcua-basic-types": "^0.1.0-alpha.4e442cf7",
"node-opcua-binary-stream": "^0.1.0-alpha.4e442cf7",
"node-opcua-debug": "^0.1.0-alpha.4e442cf7",
"node-opcua-enum": "^0.1.0-alpha.4e442cf7",
"node-opcua-factory": "^0.1.0-alpha.4e442cf7",
"node-opcua-utils": "^0.1.0-alpha.4e442cf7",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-factory": "^0.1.0-alpha.3f56f9b5",
"node-opcua-generator": "^0.1.0-alpha.3f56f9b5"
"node-opcua-test-helpers": "^0.1.0-alpha.4e442cf7",
"should": "^13.0.1"
}
}
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