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.90.0 to 2.90.1

6

dist/expanded_nodeid.js

@@ -41,2 +41,5 @@ "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) {

@@ -47,5 +50,2 @@ 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 declare type NodeIdLike = string | NodeId | number;
export type NodeIdLike = string | NodeId | number;
/**

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

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

class NodeId {
;
/**

@@ -90,3 +91,2 @@ * @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.90.0",
"version": "2.90.1",
"description": "pure nodejs OPCUA SDK - module -nodeid",

@@ -20,4 +20,4 @@ "scripts": {

"devDependencies": {
"node-opcua-benchmarker": "2.88.0",
"node-opcua-debug": "2.90.0",
"node-opcua-benchmarker": "2.90.1",
"node-opcua-debug": "2.90.1",
"should": "^13.2.3"

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
}

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