Socket
Socket
Sign inDemoInstall

@celo/cryptographic-utils

Package Overview
Dependencies
Maintainers
8
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.7 to 5.0.8-beta.0

10

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

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

"prepublishOnly": "yarn build",
"build": "tsc -b .",
"build": "yarn run --top-level tsc -b .",
"docs": "yarn run --top-level typedoc",
"clean": "tsc -b . --clean",
"clean": "yarn run --top-level tsc -b . --clean",
"test": "yarn run --top-level jest --runInBand --ci",

@@ -26,5 +26,5 @@ "test:verbose": "yarn run --top-level jest --verbose",

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

@@ -31,0 +31,0 @@ "@types/bn.js": "^5.1.0",

@@ -8,1 +8,21 @@ # @celo/cryptographic-utils

* encrypting/decrypting messages sent in transfers like Valora does
## How we work
We are a GitHub-first team, which means we have a strong preference for communicating via GitHub.
Please use GitHub to:
🐞 [File a bug report](https://github.com/celo-org/developer-tooling/issues/new/choose)
💬 [Ask a question](https://github.com/celo-org/developer-tooling/discussions)
✨ [Suggest a feature](httpsi//github.com/celo-org/developer-tooling/issues/new/choose)
🧑‍💻 [Contribute!](/CONTRIBUTING.md)
🚔 [Report a security vulnerability](https://github.com/celo-org/developer-tooling/issues/new/choose)
> [!TIP]
>
> Please avoid messaging us via Slack, Telegram, or email. We are more likely to respond to you on
> GitHub than if you message us anywhere else. We actively monitor GitHub, and will get back to you shortly 🌟
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