node-opcua-crypto
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -92,2 +92,5 @@ "use strict"; | ||
const buf = makePseudoRandomBuffer(secret, seed, minLength, options.sha1or256); | ||
// +---------------+---------------------+-----------------------+ | ||
// + signingKey + encryptingKey + initializationVector + | ||
// +---------------+---------------------+-----------------------+ | ||
return { | ||
@@ -94,0 +97,0 @@ signatureLength: options.signatureLength, |
{ | ||
"name": "node-opcua-crypto", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "Crypto tools for Node-OPCUA", | ||
@@ -18,3 +18,3 @@ "main": "./index.js", | ||
"prettier-format": "prettier --config .prettierrc.js lib/**/*.ts test/**/*.ts --write", | ||
"ncu": "npx npm-check-updates -u" | ||
"ncu": "npx npm-check-updates -u -x env-paths,chalk,hexy" | ||
}, | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"chalk": "^4.1.2", | ||
"hexy": "^0.3.2", | ||
"hexy": "0.3.1", | ||
"jsrsasign": "^10.4.0", | ||
@@ -54,0 +54,0 @@ "sshpk": "^1.16.1" |
@@ -122,2 +122,5 @@ /** | ||
// +---------------+---------------------+-----------------------+ | ||
// + signingKey + encryptingKey + initializationVector + | ||
// +---------------+---------------------+-----------------------+ | ||
return { | ||
@@ -124,0 +127,0 @@ signatureLength: options.signatureLength, |
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
5372
339823
85
+ Addedhexy@0.3.1(transitive)
- Removedhexy@0.3.5(transitive)
Updatedhexy@0.3.1