node-opcua-numeric-range
Advanced tools
Comparing version 2.1.6 to 2.2.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { UAString } from "node-opcua-basic-types"; |
@@ -423,2 +423,3 @@ "use strict"; | ||
} | ||
exports.NumericRange = NumericRange; | ||
NumericRange.coerce = coerceNumericRange; | ||
@@ -428,3 +429,2 @@ // tslint:disable:variable-name | ||
NumericRange.empty = new NumericRange(); | ||
exports.NumericRange = NumericRange; | ||
function slice(arr, start, end) { | ||
@@ -431,0 +431,0 @@ if (start === 0 && end === arr.length) { |
{ | ||
"name": "node-opcua-numeric-range", | ||
"version": "2.1.6", | ||
"version": "2.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -numeric-range", | ||
@@ -15,11 +15,11 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "^2.0.0", | ||
"node-opcua-basic-types": "^2.1.6", | ||
"node-opcua-binary-stream": "^2.1.0", | ||
"node-opcua-factory": "^2.1.6", | ||
"node-opcua-status-code": "^2.1.6", | ||
"node-opcua-basic-types": "^2.2.0", | ||
"node-opcua-binary-stream": "^2.2.0", | ||
"node-opcua-factory": "^2.2.0", | ||
"node-opcua-status-code": "^2.2.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-nodeid": "^2.1.6", | ||
"node-opcua-packet-analyzer": "^2.1.6", | ||
"node-opcua-nodeid": "^2.2.0", | ||
"node-opcua-packet-analyzer": "^2.2.0", | ||
"node-opcua-test-helpers": "^2.0.0", | ||
@@ -41,3 +41,3 @@ "should": "13.2.3" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "c8e1607923cd5bbb4cd916a5d26d9d8e4948df41" | ||
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9" | ||
} |
@@ -0,0 +0,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
213541
12