node-opcua-variant
Advanced tools
Comparing version 2.5.0-alpha.3 to 2.5.0-alpha.4
@@ -60,3 +60,3 @@ /** | ||
export declare function isValidVariant(arrayType: VariantArrayType, dataType: DataType, value: any, dimensions?: number[] | null): boolean; | ||
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array; | ||
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array; | ||
/*** | ||
@@ -63,0 +63,0 @@ * returns true if the two variant represent the same value |
{ | ||
"name": "node-opcua-variant", | ||
"version": "2.5.0-alpha.3", | ||
"version": "2.5.0-alpha.4", | ||
"description": "pure nodejs OPCUA SDK - module -variant", | ||
@@ -13,19 +13,19 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^2.5.0-alpha.0", | ||
"node-opcua-basic-types": "^2.5.0-alpha.0", | ||
"node-opcua-data-model": "^2.5.0-alpha.3", | ||
"node-opcua-enum": "^2.5.0-alpha.0", | ||
"node-opcua-extension-object": "^2.5.0-alpha.3", | ||
"node-opcua-factory": "^2.5.0-alpha.3", | ||
"node-opcua-nodeid": "^2.5.0-alpha.0", | ||
"node-opcua-utils": "^2.5.0-alpha.0", | ||
"node-opcua-assert": "^2.5.0-alpha.4", | ||
"node-opcua-basic-types": "^2.5.0-alpha.4", | ||
"node-opcua-data-model": "^2.5.0-alpha.4", | ||
"node-opcua-enum": "^2.5.0-alpha.4", | ||
"node-opcua-extension-object": "^2.5.0-alpha.4", | ||
"node-opcua-factory": "^2.5.0-alpha.4", | ||
"node-opcua-nodeid": "^2.5.0-alpha.4", | ||
"node-opcua-utils": "^2.5.0-alpha.4", | ||
"underscore": "^1.9.2" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "^2.5.0-alpha.0", | ||
"node-opcua-binary-stream": "^2.5.0-alpha.0", | ||
"node-opcua-debug": "^2.5.0-alpha.0", | ||
"node-opcua-numeric-range": "^2.5.0-alpha.3", | ||
"node-opcua-packet-analyzer": "^2.5.0-alpha.3", | ||
"node-opcua-status-code": "^2.5.0-alpha.0", | ||
"node-opcua-benchmarker": "^2.5.0-alpha.4", | ||
"node-opcua-binary-stream": "^2.5.0-alpha.4", | ||
"node-opcua-debug": "^2.5.0-alpha.4", | ||
"node-opcua-numeric-range": "^2.5.0-alpha.4", | ||
"node-opcua-packet-analyzer": "^2.5.0-alpha.4", | ||
"node-opcua-status-code": "^2.5.0-alpha.4", | ||
"should": "13.2.3", | ||
@@ -49,3 +49,3 @@ "source-map-support": "^0.5.16" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6147dcbfbecdb8b72a3d331dd2859cbdf3e3e181" | ||
"gitHead": "67068530aea80ae818cd8ee05be517194e706523" | ||
} |
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
107784
19
2056