Socket
Socket
Sign inDemoInstall

@celo/cryptographic-utils

Package Overview
Dependencies
Maintainers
10
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/cryptographic-utils - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6-beta.0

1

lib/account.js

@@ -592,2 +592,3 @@ "use strict";

exports.generateKeys = generateKeys;
// XXX: (@soloseng) no test for this function?
function generateDeterministicInviteCode(recipientPhoneHash, recipientPepper, addressIndex, changeIndex, derivationPath) {

@@ -594,0 +595,0 @@ if (addressIndex === void 0) { addressIndex = 0; }

8

package.json
{
"name": "@celo/cryptographic-utils",
"version": "5.0.5",
"version": "5.0.6-beta.0",
"description": "Some Celo utils for comment/data encryption, bls, and mnemonics",

@@ -25,5 +25,5 @@ "author": "Celo",

"dependencies": {
"@celo/utils": "^5.0.5",
"@celo/utils": "^5.0.6-beta.0",
"@celo/bls12377js": "0.1.1",
"@celo/base": "^5.0.5",
"@celo/base": "^6.0.0-beta.0",
"@ethereumjs/util": "8.0.5",

@@ -46,2 +46,2 @@ "@types/bn.js": "^5.1.0",

}
}
}

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