Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-crypto

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-crypto - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

3

dist/source/derived_keys.js

@@ -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,

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc