node-opcua-crypto
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -10,4 +10,4 @@ "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); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ __exportStar(require("./read"), exports); |
@@ -10,4 +10,4 @@ "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); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ /** |
{ | ||
"name": "node-opcua-crypto", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "Crypto tools for Node-OPCUA", | ||
@@ -30,19 +30,19 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.11.2", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.12", | ||
"@types/should": "^13.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.3.0", | ||
"@typescript-eslint/parser": "^4.3.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"eslint": "^7.15.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"lorem-ipsum": "^2.0.3", | ||
"mocha": "^8.1.3", | ||
"prettier": "^2.1.2", | ||
"mocha": "^8.2.1", | ||
"prettier": "^2.2.1", | ||
"should": "^13.2.3", | ||
"source-map": "^0.7.3", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.0.3", | ||
"typescript": "^4.1.3", | ||
"tslint-config-prettier": "^1.18.0" | ||
@@ -53,4 +53,4 @@ }, | ||
"chalk": "^4.1.0", | ||
"hexy": "^0.3.0", | ||
"jsrsasign": "^10.0.0", | ||
"hexy": "^0.3.1", | ||
"jsrsasign": "^10.1.4", | ||
"sshpk": "^1.16.1" | ||
@@ -57,0 +57,0 @@ }, |
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
473891
Updatedhexy@^0.3.1
Updatedjsrsasign@^10.1.4