Socket
Socket
Sign inDemoInstall

@celo/base

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/base - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0-beta.0

4

lib/account.d.ts

@@ -20,6 +20,6 @@ /// <reference types="node" />

export interface Bip39 {
mnemonicToSeedSync: (mnemonic: string, password?: string) => Buffer;
mnemonicToSeed: (mnemonic: string, password?: string) => Promise<Buffer>;
mnemonicToSeedSync: (mnemonic: string, password?: string) => Uint8Array;
mnemonicToSeed: (mnemonic: string, password?: string) => Promise<Uint8Array>;
generateMnemonic: (strength?: number, rng?: RandomNumberGenerator, wordlist?: string[]) => Promise<string>;
validateMnemonic: (mnemonic: string, wordlist?: string[]) => boolean;
}
{
"name": "@celo/base",
"version": "6.0.1",
"version": "6.1.0-beta.0",
"description": "Celo base common utils, no dependencies",

@@ -10,3 +10,3 @@ "author": "Celo",

"sideEffects": false,
"homepage": "https://celo-sdk-docs.readthedocs.io/en/latest/base",
"homepage": "https://docs.celo.org/developer/tools#celo-sdk-reference-docs",
"repository": "https://github.com/celo-org/developer-tooling/tree/master/packages/sdk/base",

@@ -18,3 +18,3 @@ "scripts": {

"docs": "yarn run --top-level typedoc",
"test": "yarn run --top-level jest --runInBand --ci",
"test": "yarn run --top-level jest --runInBand --ci --forceExit",
"test:verbose": "yarn run --top-level jest --verbose",

@@ -27,7 +27,9 @@ "lint": "yarn run --top-level eslint -c .eslintrc.js "

"devDependencies": {
"@celo/typescript": "0.0.1",
"@celo/typescript": "workspace:^",
"@noble/ciphers": "0.4.1",
"@noble/curves": "1.3.0",
"@noble/hashes": "1.3.3",
"bignumber.js": "^9.0.0",
"elliptic": "^6.5.4",
"web3-utils": "1.10.4"
}
}

@@ -15,3 +15,3 @@

✨ [Suggest a feature](httpsi//github.com/celo-org/developer-tooling/issues/new/choose)
✨ [Suggest a feature](https://github.com/celo-org/developer-tooling/issues/new/choose)

@@ -18,0 +18,0 @@ 🧑‍💻 [Contribute!](/CONTRIBUTING.md)

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