node-opcua-date-time
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "pure nodejs OPCUA SDK - module -date-time", | ||
@@ -16,10 +16,8 @@ "scripts": { | ||
"long": "^4.0.0", | ||
"node-opcua-assert": "2.16.0", | ||
"underscore": "^1.10.2" | ||
"node-opcua-assert": "2.16.0" | ||
}, | ||
"devDependencies": { | ||
"@types/underscore": "^1.10.20", | ||
"bignumber.js": "^9.0.0", | ||
"node-opcua-benchmarker": "2.16.0", | ||
"node-opcua-binary-stream": "2.16.0", | ||
"node-opcua-benchmarker": "2.17.0", | ||
"node-opcua-binary-stream": "2.17.0", | ||
"should": "^13.2.3" | ||
@@ -42,3 +40,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "9fa7d50952a7c39ff6790888a2bd6f32fe46836d" | ||
"gitHead": "545072c8184378254468c383b78e74e7e8e31ab7" | ||
} |
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
3
4
36368
- Removedunderscore@^1.10.2
- Removedunderscore@1.13.7(transitive)