Socket
Socket
Sign inDemoInstall

node-opcua-utils

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-utils - npm Package Compare versions

Comparing version 2.108.0 to 2.109.0

2

dist/watchdog.js

@@ -100,3 +100,3 @@ "use strict";

delete subscriber._watchDog;
// leave it as it might be usefull, delete subscriber._watchDogData;
// leave it as it might be useful, delete subscriber._watchDogData;
subscriber.keepAlive = WatchDog.emptyKeepAlive;

@@ -103,0 +103,0 @@ // delete timer when the last subscriber comes out

{
"name": "node-opcua-utils",
"version": "2.108.0",
"version": "2.109.0",
"description": "pure nodejs OPCUA SDK - module utils",

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

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

@@ -40,0 +40,0 @@ "dist",

@@ -65,3 +65,3 @@ /**

private _currentTime: ArbitraryClockTick;
private _timer: NodeJS.Timer | null;
private _timer: NodeJS.Timeout | null;
private readonly _visitSubscriberB: (...args: any[]) => void;

@@ -144,3 +144,3 @@

delete subscriber._watchDog;
// leave it as it might be usefull, delete subscriber._watchDogData;
// leave it as it might be useful, delete subscriber._watchDogData;
subscriber.keepAlive = WatchDog.emptyKeepAlive;

@@ -147,0 +147,0 @@

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