Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 2.55.0 to 2.56.0

2

dist/attributeIds.js

@@ -46,5 +46,5 @@ "use strict";

function isValidAttributeId(attributeId) {
return attributeId >= 1 && attributeId < AttributeIds.LAST;
return attributeId >= 1 && attributeId <= AttributeIds.LAST;
}
exports.isValidAttributeId = isValidAttributeId;
//# sourceMappingURL=attributeIds.js.map
{
"name": "node-opcua-basic-types",
"version": "2.55.0",
"version": "2.56.0",
"description": "pure nodejs OPCUA SDK - module -basic-types",

@@ -21,4 +21,4 @@ "main": "./dist/index.js",

"node-opcua-nodeid": "2.55.0",
"node-opcua-status-code": "2.55.0",
"node-opcua-utils": "2.55.0"
"node-opcua-status-code": "2.56.0",
"node-opcua-utils": "2.56.0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "28fdbfe1c5306fd0e69758ccacfa2c6d1722115c"
"gitHead": "9f6eac1c658c0d182fbe03cf58f799af468615eb"
}

@@ -49,3 +49,3 @@ /**

export function isValidAttributeId(attributeId: number): boolean {
return attributeId >= 1 && attributeId < AttributeIds.LAST;
return attributeId >= 1 && attributeId <= AttributeIds.LAST;
}

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