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.86.0 to 2.88.0

6

dist/expanded_nodeid.js

@@ -41,5 +41,2 @@ "use strict";

class ExpandedNodeId extends nodeid_1.NodeId {
static fromNodeId(nodeId, namespaceUri, serverIndex) {
return new ExpandedNodeId(nodeId.identifierType, nodeId.value, nodeId.namespace, namespaceUri, serverIndex);
}
constructor(identifierType, value, namespace, namespaceUri, serverIndex) {

@@ -50,2 +47,5 @@ super(identifierType, value, namespace);

}
static fromNodeId(nodeId, namespaceUri, serverIndex) {
return new ExpandedNodeId(nodeId.identifierType, nodeId.value, nodeId.namespace, namespaceUri, serverIndex);
}
/**

@@ -52,0 +52,0 @@ * @method toString

@@ -88,3 +88,3 @@ /// <reference types="node" />

}
export type NodeIdLike = string | NodeId | number;
export declare type NodeIdLike = string | NodeId | number;
/**

@@ -91,0 +91,0 @@ * Convert a value into a nodeId:

@@ -65,3 +65,2 @@ "use strict";

class NodeId {
;
/**

@@ -91,2 +90,3 @@ * @param identifierType - the nodeID type

}
;
/**

@@ -93,0 +93,0 @@ * get the string representation of the nodeID.

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

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

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

"dependencies": {
"node-opcua-assert": "2.77.0",
"node-opcua-constants": "2.77.0",
"node-opcua-guid": "2.81.0"
"node-opcua-assert": "2.88.0",
"node-opcua-constants": "2.88.0",
"node-opcua-guid": "2.88.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.86.0",
"node-opcua-debug": "2.86.0",
"node-opcua-benchmarker": "2.88.0",
"node-opcua-debug": "2.88.0",
"should": "^13.2.3"

@@ -40,3 +40,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3"
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca"
}

Sorry, the diff of this file is not supported yet

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