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

node-opcua-service-subscription

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-subscription - npm Package Compare versions

Comparing version 2.126.0 to 2.128.0

8

dist/deadband_checker.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isOutsideDeadbandPercent = exports.isOutsideDeadbandAbsolute = exports.isOutsideDeadbandNone = exports.DeadbandType = void 0;
exports.DeadbandType = void 0;
exports.isOutsideDeadbandNone = isOutsideDeadbandNone;
exports.isOutsideDeadbandAbsolute = isOutsideDeadbandAbsolute;
exports.isOutsideDeadbandPercent = isOutsideDeadbandPercent;
/**

@@ -123,3 +126,2 @@ * @module node-opcua-service-subscription

}
exports.isOutsideDeadbandNone = isOutsideDeadbandNone;
/**

@@ -133,3 +135,2 @@ * @method isOutsideDeadbandAbsolute

}
exports.isOutsideDeadbandAbsolute = isOutsideDeadbandAbsolute;
/**

@@ -158,3 +159,2 @@ * @method isOutsideDeadband

}
exports.isOutsideDeadbandPercent = isOutsideDeadbandPercent;
//# sourceMappingURL=deadband_checker.js.map
{
"name": "node-opcua-service-subscription",
"version": "2.126.0",
"version": "2.128.0",
"description": "pure nodejs OPCUA SDK - module service-subscription",

@@ -15,14 +15,13 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.120.0",
"node-opcua-types": "2.126.0",
"node-opcua-variant": "2.126.0"
"node-opcua-types": "2.128.0",
"node-opcua-variant": "2.128.0"
},
"devDependencies": {
"node-opcua-buffer-utils": "2.125.0",
"node-opcua-debug": "2.125.0",
"node-opcua-nodeid": "2.125.0",
"node-opcua-packet-analyzer": "2.126.0",
"node-opcua-secure-channel": "2.126.0",
"node-opcua-service-read": "2.126.0",
"node-opcua-status-code": "2.125.0",
"should": "^13.2.3"
"node-opcua-buffer-utils": "2.128.0",
"node-opcua-debug": "2.128.0",
"node-opcua-nodeid": "2.128.0",
"node-opcua-packet-analyzer": "2.128.0",
"node-opcua-secure-channel": "2.128.0",
"node-opcua-service-read": "2.128.0",
"node-opcua-status-code": "2.128.0"
},

@@ -44,3 +43,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "81b467f284c41813ab8caf17f6d20322d4734fdc",
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b",
"files": [

@@ -47,0 +46,0 @@ "dist",

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