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
187
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.5.0-alpha.4 to 2.5.0-alpha.5

0

dist/source/index.d.ts
export { analyzePacket, analyseExtensionObject, analyze_object_binary_encoding } from "./packet_analyzer/packet_analyzer";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

import { BaseUAObject } from "node-opcua-factory";
export declare function compare_obj_by_encoding(obj1: BaseUAObject, obj2: BaseUAObject): boolean;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

export * from "./compare_obj_by_encoding";
export * from "./encode_decode_round_trip_test";

@@ -0,0 +0,0 @@ "use strict";

6

package.json
{
"name": "node-opcua-packet-analyzer",
"version": "2.5.0-alpha.4",
"version": "2.5.0-alpha.5",
"description": "pure nodejs OPCUA SDK - module -packet-analyzer",

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

"node-opcua-debug": "^2.5.0-alpha.4",
"node-opcua-factory": "^2.5.0-alpha.4",
"node-opcua-factory": "^2.5.0-alpha.5",
"node-opcua-utils": "^2.5.0-alpha.4",

@@ -41,3 +41,3 @@ "underscore": "^1.9.2"

"homepage": "http://node-opcua.github.io/",
"gitHead": "67068530aea80ae818cd8ee05be517194e706523"
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c"
}

@@ -0,0 +0,0 @@ export {

@@ -0,0 +0,0 @@ // tslint:disable:no-bitwise

@@ -0,0 +0,0 @@ import { BinaryStream } from "node-opcua-binary-stream";

export * from "./compare_obj_by_encoding";
export * from "./encode_decode_round_trip_test";

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