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.108.0 to 2.109.0

dist/test_helpers/direct_transport.d.ts

26

package.json
{
"name": "node-opcua-transport",
"version": "2.108.0",
"version": "2.109.0",
"description": "pure nodejs OPCUA SDK - module transport",

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

"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.108.0",
"node-opcua-binary-stream": "2.108.0",
"node-opcua-buffer-utils": "2.108.0",
"node-opcua-chunkmanager": "2.108.0",
"node-opcua-debug": "2.108.0",
"node-opcua-factory": "2.108.0",
"node-opcua-object-registry": "2.108.0",
"node-opcua-packet-assembler": "2.108.0",
"node-opcua-status-code": "2.108.0",
"node-opcua-utils": "2.108.0"
"node-opcua-basic-types": "2.109.0",
"node-opcua-binary-stream": "2.109.0",
"node-opcua-buffer-utils": "2.109.0",
"node-opcua-chunkmanager": "2.109.0",
"node-opcua-debug": "2.109.0",
"node-opcua-factory": "2.109.0",
"node-opcua-object-registry": "2.109.0",
"node-opcua-packet-assembler": "2.109.0",
"node-opcua-status-code": "2.109.0",
"node-opcua-utils": "2.109.0"
},
"devDependencies": {
"node-opcua-leak-detector": "2.108.0",
"node-opcua-leak-detector": "2.109.0",
"should": "^13.2.3",

@@ -49,3 +49,3 @@ "sinon": "^15.2.0"

"homepage": "http://node-opcua.github.io/",
"gitHead": "dc706ceab443d98df06b0d5e808daf998d6c7708",
"gitHead": "50cfa07779d4c07b299176ac9c27527fcd97d079",
"files": [

@@ -52,0 +52,0 @@ "dist",

@@ -166,3 +166,3 @@ /* eslint-disable @typescript-eslint/ban-types */

private readonly headerSize: 8;
private _timerId: NodeJS.Timer | null;
private _timerId: NodeJS.Timeout | null;
private _theCallback?: (err?: Error | null, data?: Buffer) => void;

@@ -169,0 +169,0 @@ private _on_error_during_one_time_message_receiver: ((hadError: boolean) => void) | undefined;

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