New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-transport

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-transport - npm Package Compare versions

Comparing version 2.88.0 to 2.89.0

2

dist/source/tools.d.ts

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

import { BaseUAObject } from "node-opcua-factory";
export declare type ConstructorFunc = new (...args: any[]) => BaseUAObject;
export type ConstructorFunc = new (...args: any[]) => BaseUAObject;
export declare function decodeMessage(stream: BinaryStream, classNameConstructor: ConstructorFunc): BaseUAObject;

@@ -12,0 +12,0 @@ export declare function packTcpMessage(msgType: string, encodeableObject: BaseUAObject): Buffer;

{
"name": "node-opcua-transport",
"version": "2.88.0",
"version": "2.89.0",
"description": "pure nodejs OPCUA SDK - module -transport",

@@ -17,11 +17,11 @@ "main": "./dist/source/index.js",

"node-opcua-assert": "2.88.0",
"node-opcua-basic-types": "2.88.0",
"node-opcua-binary-stream": "2.88.0",
"node-opcua-basic-types": "2.89.0",
"node-opcua-binary-stream": "2.89.0",
"node-opcua-buffer-utils": "2.88.0",
"node-opcua-chunkmanager": "2.88.0",
"node-opcua-chunkmanager": "2.89.0",
"node-opcua-debug": "2.88.0",
"node-opcua-factory": "2.88.0",
"node-opcua-factory": "2.89.0",
"node-opcua-object-registry": "2.88.0",
"node-opcua-packet-assembler": "2.88.0",
"node-opcua-status-code": "2.88.0",
"node-opcua-status-code": "2.89.0",
"node-opcua-utils": "2.88.0"

@@ -48,3 +48,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
}
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