node-opcua-factory
Advanced tools
Comparing version 2.5.0-alpha.12 to 2.5.1
@@ -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"; |
@@ -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 @@ /** |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
218755
1
Updatednode-opcua-assert@^2.5.1
Updatednode-opcua-debug@^2.5.1
Updatednode-opcua-enum@^2.5.1
Updatednode-opcua-guid@^2.5.1
Updatednode-opcua-nodeid@^2.5.1
Updatednode-opcua-utils@^2.5.1