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

node-opcua-nodeid

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-nodeid - npm Package Compare versions

Comparing version 2.99.0 to 2.104.0

2

dist/expanded_nodeid.js

@@ -72,4 +72,4 @@ "use strict";

}
exports.ExpandedNodeId = ExpandedNodeId;
ExpandedNodeId.nullExpandedNodeId = new ExpandedNodeId(nodeid_1.NodeIdType.NUMERIC, 0, 0);
exports.ExpandedNodeId = ExpandedNodeId;
function coerceExpandedNodeId(value) {

@@ -76,0 +76,0 @@ const n = (0, nodeid_1.coerceNodeId)(value);

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

NodeIdType[NodeIdType["BYTESTRING"] = 4] = "BYTESTRING";
})(NodeIdType = exports.NodeIdType || (exports.NodeIdType = {}));
})(NodeIdType || (exports.NodeIdType = NodeIdType = {}));
/*function defaultValue(identifierType: NodeIdType.BYTESTRING): null;

@@ -181,4 +181,4 @@ function defaultValue(identifierType: NodeIdType.STRING): null;

}
exports.NodeId = NodeId;
NodeId.NodeIdType = NodeIdType;
exports.NodeId = NodeId;
NodeId.nullNodeId = new Proxy(new NodeId(NodeIdType.NUMERIC, 0, 0), {

@@ -185,0 +185,0 @@ get: (target, prop) => {

@@ -5,3 +5,3 @@ {

"types": "./dist/index.d.ts",
"version": "2.99.0",
"version": "2.104.0",
"description": "pure nodejs OPCUA SDK - module nodeid",

@@ -15,3 +15,3 @@ "scripts": {

"dependencies": {
"node-opcua-assert": "2.98.1",
"node-opcua-assert": "2.104.0",
"node-opcua-constants": "2.98.1",

@@ -21,4 +21,4 @@ "node-opcua-guid": "2.98.1"

"devDependencies": {
"node-opcua-benchmarker": "2.98.1",
"node-opcua-debug": "2.99.0",
"node-opcua-benchmarker": "2.104.0",
"node-opcua-debug": "2.104.0",
"should": "^13.2.3"

@@ -41,3 +41,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "90ce9f5b44d74198d84a384de622dfa94fd05c0c",
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
"files": [

@@ -44,0 +44,0 @@ "dist",

Sorry, the diff of this file is not supported yet

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