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

node-opcua-address-space-base

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-address-space-base - npm Package Compare versions

Comparing version 2.63.2 to 2.64.0

4

dist/ua_reference_type.d.ts
import { LocalizedText, NodeClass } from "node-opcua-data-model";
import { NodeId } from "node-opcua-nodeid";
import { NodeId, NodeIdLike } from "node-opcua-nodeid";
import { BaseNode } from "./base_node";

@@ -11,3 +11,3 @@ import { UAReference } from "./ua_reference";

readonly inverseName: LocalizedText;
isSupertypeOf(baseType: UAReferenceType): boolean;
isSupertypeOf(baseType: UAReferenceType | NodeIdLike): boolean;
getAllSubtypes(): UAReferenceType[];

@@ -14,0 +14,0 @@ /**

@@ -34,3 +34,3 @@ import { NodeClass } from "node-opcua-data-model";

isAbstract: boolean;
isSupertypeOf(type: UAVariableType): boolean;
isSupertypeOf(type: UAVariableType | NodeIdLike): boolean;
instantiate(options: InstantiateVariableOptions): UAVariable;

@@ -37,0 +37,0 @@ }

{
"name": "node-opcua-address-space-base",
"version": "2.63.2",
"description": "pure nodejs OPCUA SDK - module -address-space",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=6.10"
},
"scripts": {
"build": "tsc -b",
"test": "mocha",
"lint": "eslint source",
"format": "prettier --write source",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"c": "mocha --version"
},
"dependencies": {
"@types/lodash": "4.14.178",
"async": "^3.2.3",
"chalk": "4.1.2",
"dequeue": "^1.0.5",
"lodash": "4.17.21",
"node-opcua-assert": "2.63.0",
"node-opcua-basic-types": "2.63.2",
"node-opcua-client-dynamic-extension-object": "2.63.2",
"node-opcua-constants": "2.62.7",
"node-opcua-data-access": "2.63.2",
"node-opcua-data-model": "2.63.2",
"node-opcua-data-value": "2.63.2",
"node-opcua-date-time": "2.63.2",
"node-opcua-debug": "2.63.2",
"node-opcua-enum": "2.63.2",
"node-opcua-factory": "2.63.2",
"node-opcua-nodeid": "2.63.2",
"node-opcua-numeric-range": "2.63.2",
"node-opcua-object-registry": "2.63.2",
"node-opcua-pseudo-session": "2.63.2",
"node-opcua-schemas": "2.63.2",
"node-opcua-service-browse": "2.63.2",
"node-opcua-service-call": "2.63.2",
"node-opcua-service-filter": "2.63.2",
"node-opcua-service-history": "2.63.2",
"node-opcua-service-translate-browse-path": "2.63.2",
"node-opcua-service-write": "2.63.2",
"node-opcua-status-code": "2.63.2",
"node-opcua-types": "2.63.2",
"node-opcua-utils": "2.63.2",
"node-opcua-variant": "2.63.2",
"node-opcua-xml2json": "2.63.2",
"set-prototype-of": "^1.0.0",
"thenify": "^3.3.1",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.63.2",
"node-opcua-binary-stream": "2.63.2",
"node-opcua-extension-object": "2.63.2",
"node-opcua-leak-detector": "2.63.2",
"node-opcua-nodesets": "2.63.0",
"node-opcua-packet-analyzer": "2.63.2",
"node-opcua-test-fixtures": "2.63.2",
"should": "^13.2.3",
"sinon": "^12.0.1",
"source-map-support": "^0.5.21"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "cdf7a20a7f3866900bc8379d002b467eb0c3f6bb"
}
"name": "node-opcua-address-space-base",
"version": "2.64.0",
"description": "pure nodejs OPCUA SDK - module -address-space",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=6.10"
},
"dependencies": {
"@types/lodash": "4.14.178",
"async": "^3.2.3",
"chalk": "4.1.2",
"dequeue": "^1.0.5",
"lodash": "4.17.21",
"node-opcua-assert": "2.64.0",
"node-opcua-basic-types": "2.64.0",
"node-opcua-client-dynamic-extension-object": "2.64.0",
"node-opcua-constants": "2.64.0",
"node-opcua-data-access": "2.64.0",
"node-opcua-data-model": "2.64.0",
"node-opcua-data-value": "2.64.0",
"node-opcua-date-time": "2.64.0",
"node-opcua-debug": "2.64.0",
"node-opcua-enum": "2.64.0",
"node-opcua-factory": "2.64.0",
"node-opcua-nodeid": "2.64.0",
"node-opcua-numeric-range": "2.64.0",
"node-opcua-object-registry": "2.64.0",
"node-opcua-pseudo-session": "2.64.0",
"node-opcua-schemas": "2.64.0",
"node-opcua-service-browse": "2.64.0",
"node-opcua-service-call": "2.64.0",
"node-opcua-service-filter": "2.64.0",
"node-opcua-service-history": "2.64.0",
"node-opcua-service-translate-browse-path": "2.64.0",
"node-opcua-service-write": "2.64.0",
"node-opcua-status-code": "2.64.0",
"node-opcua-types": "2.64.0",
"node-opcua-utils": "2.64.0",
"node-opcua-variant": "2.64.0",
"node-opcua-xml2json": "2.64.0",
"set-prototype-of": "^1.0.0",
"thenify": "^3.3.1",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"node-opcua-benchmarker": "2.64.0",
"node-opcua-binary-stream": "2.64.0",
"node-opcua-extension-object": "2.64.0",
"node-opcua-leak-detector": "2.64.0",
"node-opcua-nodesets": "2.64.0",
"node-opcua-packet-analyzer": "2.64.0",
"node-opcua-test-fixtures": "2.64.0",
"should": "^13.2.3",
"sinon": "^13.0.1",
"source-map-support": "^0.5.21"
},
"author": "Etienne Rossignon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
"scripts": {
"build": "tsc -b",
"test": "mocha",
"lint": "eslint source",
"format": "prettier --write source",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"c": "mocha --version"
}
}
import { LocalizedText, NodeClass } from "node-opcua-data-model";
import { NodeId } from "node-opcua-nodeid";
import { NodeId, NodeIdLike } from "node-opcua-nodeid";
import { BaseNode } from "./base_node";

@@ -13,3 +13,3 @@ import { UAReference } from "./ua_reference";

public isSupertypeOf(baseType: UAReferenceType): boolean;
public isSupertypeOf(baseType: UAReferenceType | NodeIdLike): boolean;

@@ -16,0 +16,0 @@ public getAllSubtypes(): UAReferenceType[];

@@ -39,3 +39,3 @@ import { NodeClass } from "node-opcua-data-model";

public isSupertypeOf(type: UAVariableType): boolean;
public isSupertypeOf(type: UAVariableType | NodeIdLike): boolean;

@@ -42,0 +42,0 @@ public instantiate(options: InstantiateVariableOptions): UAVariable;

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