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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.5.0-alpha.12 to 2.5.1

0

dist/constructor_type.d.ts

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

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

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

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

import { ConstructorFunc } from "./constructor_type";
export declare function registerSpecialVariantEncoder(constructor: ConstructorFunc): void;

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

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

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

export declare function generate_new_id(): number;
export declare function next_available_id(): number;
export declare function is_internal_id(value: number): boolean;

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

@@ -0,0 +0,0 @@ import { FieldType, StructuredTypeField } from "./types";

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

2

dist/factories_structuredTypeSchema.d.ts

@@ -42,3 +42,3 @@ import { FieldType, StructuredTypeOptions, TypeSchemaBase } from "./types";

*/
export declare function check_options_correctness_against_schema(obj: any, schema: StructuredTypeSchema, options: any): true | undefined;
export declare function check_options_correctness_against_schema(obj: any, schema: StructuredTypeSchema, options: any): boolean;
export declare function buildStructuredType(schemaLight: StructuredTypeOptions): StructuredTypeSchema;

@@ -167,3 +167,3 @@ "use strict";

if (!factories_schema_helpers_1.parameters.debugSchemaHelper) {
return; // ignoring set
return true; // ignoring set
}

@@ -170,0 +170,0 @@ options = options || {};

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

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

@@ -0,0 +0,0 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

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

{
"name": "node-opcua-factory",
"version": "2.5.0-alpha.12",
"version": "2.5.1",
"description": "pure nodejs OPCUA SDK - module -factory",

@@ -14,11 +14,11 @@ "main": "./dist/index.js",

"chalk": "^3.0.0",
"node-opcua-assert": "^2.5.0-alpha.4",
"node-opcua-basic-types": "^2.5.0-alpha.12",
"node-opcua-binary-stream": "^2.5.0-alpha.4",
"node-opcua-debug": "^2.5.0-alpha.4",
"node-opcua-enum": "^2.5.0-alpha.4",
"node-opcua-guid": "^2.5.0-alpha.4",
"node-opcua-nodeid": "^2.5.0-alpha.4",
"node-opcua-status-code": "^2.5.0-alpha.4",
"node-opcua-utils": "^2.5.0-alpha.12",
"node-opcua-assert": "^2.5.1",
"node-opcua-basic-types": "^2.5.1",
"node-opcua-binary-stream": "^2.5.1",
"node-opcua-debug": "^2.5.1",
"node-opcua-enum": "^2.5.1",
"node-opcua-guid": "^2.5.1",
"node-opcua-nodeid": "^2.5.1",
"node-opcua-status-code": "^2.5.1",
"node-opcua-utils": "^2.5.1",
"underscore": "^1.9.2"

@@ -41,3 +41,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "5b1bfb1f8b49490bc8d909a1fb21f829e6411bbf"
"gitHead": "4cc18f384bbdf33c5cdd2a7857e810425aa67c8b"
}

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

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

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

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

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

@@ -223,6 +223,6 @@ /**

*/
export function check_options_correctness_against_schema(obj: any, schema: StructuredTypeSchema, options: any) {
export function check_options_correctness_against_schema(obj: any, schema: StructuredTypeSchema, options: any): boolean {
if (!parameters.debugSchemaHelper) {
return; // ignoring set
return true; // ignoring set
}

@@ -229,0 +229,0 @@

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

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

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