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.81.0 to 2.82.0

6

dist/namespace.d.ts

@@ -209,2 +209,7 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

export declare type CreateNodeOptions = any;
export interface RequiredModel {
modelUri: string;
version: string;
publicationDate: Date;
}
export declare interface INamespace {

@@ -217,2 +222,3 @@ version: string;

$emulateVersion103?: boolean;
getRequiredModels(): RequiredModel[] | undefined;
constructNodeId(options: ConstructNodeIdOptions): NodeId;

@@ -219,0 +225,0 @@ findObjectType(objectType: string): UAObjectType | null;

30

package.json
{
"name": "node-opcua-address-space-base",
"version": "2.81.0",
"version": "2.82.0",
"description": "pure nodejs OPCUA SDK - module -address-space",

@@ -19,16 +19,16 @@ "main": "./dist/index.js",

"dependencies": {
"@types/lodash": "4.14.185",
"node-opcua-basic-types": "2.81.0",
"@types/lodash": "4.14.186",
"node-opcua-basic-types": "2.82.0",
"node-opcua-constants": "2.77.0",
"node-opcua-crypto": "^1.11.0",
"node-opcua-data-model": "2.81.0",
"node-opcua-data-value": "2.81.0",
"node-opcua-date-time": "2.77.0",
"node-opcua-extension-object": "2.81.0",
"node-opcua-nodeid": "2.81.0",
"node-opcua-numeric-range": "2.81.0",
"node-opcua-schemas": "2.81.0",
"node-opcua-status-code": "2.77.0",
"node-opcua-types": "2.81.0",
"node-opcua-variant": "2.81.0"
"node-opcua-crypto": "^1.12.0",
"node-opcua-data-model": "2.82.0",
"node-opcua-data-value": "2.82.0",
"node-opcua-date-time": "2.82.0",
"node-opcua-extension-object": "2.82.0",
"node-opcua-nodeid": "2.82.0",
"node-opcua-numeric-range": "2.82.0",
"node-opcua-schemas": "2.82.0",
"node-opcua-status-code": "2.82.0",
"node-opcua-types": "2.82.0",
"node-opcua-variant": "2.82.0"
},

@@ -50,3 +50,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "fd89928bc4a4b9f31a6b6e5921f743e8284eba2b"
"gitHead": "2f66e1fe69c825305f94b15ca17cff066aa37496"
}

@@ -253,2 +253,8 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

export interface RequiredModel {
modelUri: string;
version: string;
publicationDate: Date;
}
export declare interface INamespace {

@@ -263,2 +269,4 @@ version: string;

getRequiredModels(): RequiredModel[] | undefined;
constructNodeId(options: ConstructNodeIdOptions): NodeId;

@@ -265,0 +273,0 @@

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