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.64.1 to 2.65.0

0

dist/address_space.d.ts

@@ -0,0 +0,0 @@ import { ExtensionObject } from "node-opcua-extension-object";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=address_space.js.map

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Variant, VariantLike } from "node-opcua-variant";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=bind_variable.js.map

@@ -0,0 +0,0 @@ import { NodeId, NodeIdLike } from "node-opcua-nodeid";

@@ -0,0 +0,0 @@ "use strict";

import { ByteString } from "node-opcua-basic-types";
export declare type ContinuationPoint = ByteString;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=continuation_point.js.map

@@ -0,0 +0,0 @@ export * from "./address_space";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { QualifiedNameLike, LocalizedTextLike } from "node-opcua-data-model";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=instantiate_options.js.map
export declare type ModellingRuleType = "Mandatory" | "Optional" | "MandatoryPlaceholder" | "OptionalPlaceholder" | "ExposesItsArray" | null;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=modelling_rule_type.js.map

2

dist/namespace.d.ts

@@ -210,3 +210,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

export declare interface INamespace {
version: number;
version: string;
publicationDate: Date;

@@ -213,0 +213,0 @@ namespaceUri: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=namespace.js.map

@@ -0,0 +0,0 @@ import { Certificate } from "node-opcua-crypto";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=session_context.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_data_type.js.map

@@ -0,0 +0,0 @@ import { QualifiedName } from "node-opcua-data-model";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_dynamic_variable_array.js.map

@@ -0,0 +0,0 @@ import { NodeId } from "node-opcua-nodeid";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_event_type.js.map

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { QualifiedNameLike, QualifiedNameOptions } from "node-opcua-data-model";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_object_type.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_object.js.map

@@ -0,0 +0,0 @@ import { DataType } from "node-opcua-variant";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_property.js.map

@@ -0,0 +0,0 @@ import { LocalizedText, NodeClass } from "node-opcua-data-model";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { NodeId } from "node-opcua-nodeid";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_reference.js.map

@@ -0,0 +0,0 @@ import { QualifiedNameLike } from "node-opcua-data-model";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_variable_t.js.map

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_variable.js.map

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ua_view.js.map
{
"name": "node-opcua-address-space-base",
"version": "2.64.1",
"version": "2.65.0",
"description": "pure nodejs OPCUA SDK - module -address-space",

@@ -26,5 +26,5 @@ "main": "./dist/index.js",

"node-opcua-basic-types": "2.64.1",
"node-opcua-client-dynamic-extension-object": "2.64.1",
"node-opcua-client-dynamic-extension-object": "2.65.0",
"node-opcua-constants": "2.64.1",
"node-opcua-data-access": "2.64.1",
"node-opcua-data-access": "2.65.0",
"node-opcua-data-model": "2.64.1",

@@ -39,12 +39,12 @@ "node-opcua-data-value": "2.64.1",

"node-opcua-object-registry": "2.64.1",
"node-opcua-pseudo-session": "2.64.1",
"node-opcua-pseudo-session": "2.65.0",
"node-opcua-schemas": "2.64.1",
"node-opcua-service-browse": "2.64.1",
"node-opcua-service-call": "2.64.1",
"node-opcua-service-filter": "2.64.1",
"node-opcua-service-history": "2.64.1",
"node-opcua-service-translate-browse-path": "2.64.1",
"node-opcua-service-write": "2.64.1",
"node-opcua-service-browse": "2.65.0",
"node-opcua-service-call": "2.65.0",
"node-opcua-service-filter": "2.65.0",
"node-opcua-service-history": "2.65.0",
"node-opcua-service-translate-browse-path": "2.65.0",
"node-opcua-service-write": "2.65.0",
"node-opcua-status-code": "2.64.1",
"node-opcua-types": "2.64.1",
"node-opcua-types": "2.65.0",
"node-opcua-utils": "2.64.1",

@@ -64,3 +64,3 @@ "node-opcua-variant": "2.64.1",

"node-opcua-packet-analyzer": "2.64.1",
"node-opcua-test-fixtures": "2.64.1",
"node-opcua-test-fixtures": "2.65.0",
"should": "^13.2.3",

@@ -85,3 +85,3 @@ "sinon": "^13.0.1",

"homepage": "http://node-opcua.github.io/",
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
"gitHead": "59b9cae30fb45633ad501f9cf3b74fb9d05e8960"
}

@@ -254,3 +254,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

export declare interface INamespace {
version: number;
version: string;
publicationDate: Date;

@@ -260,3 +260,3 @@ namespaceUri: string;

index: number;
constructNodeId(options: ConstructNodeIdOptions): NodeId;

@@ -263,0 +263,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