node-opcua-packet-analyzer
Advanced tools
Comparing version 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12495
6
284
9
2
1
+ Addedcolors@^1.1.2
+ Addedunderscore@^1.8.3
+ Addednode-opcua-factory@0.1.0-alpha.dc0cce4c(transitive)