Socket
Socket
Sign inDemoInstall

@celo/wallet-base

Package Overview
Dependencies
Maintainers
18
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/wallet-base - npm Package Compare versions

Comparing version 2.0.0-alpha1 to 2.0.0-beta.1

10

package.json
{
"name": "@celo/wallet-base",
"version": "2.0.0-alpha1",
"version": "2.0.0-beta.1",
"description": "Wallet base implementation",

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

"clean": "tsc -b . --clean",
"docs": "typedoc && ts-node ../../utils/scripts/linkdocs.ts wallet-base",
"docs": "typedoc",
"test": "jest --runInBand --passWithNoTests",

@@ -24,5 +24,5 @@ "lint": "tslint -c tslint.json --project .",

"dependencies": {
"@celo/connect": "2.0.0-alpha1",
"@celo/base": "2.0.0-alpha1",
"@celo/utils": "2.0.0-alpha1",
"@celo/connect": "2.0.0-beta.1",
"@celo/base": "2.0.0-beta.1",
"@celo/utils": "2.0.0-beta.1",
"@types/ethereumjs-util": "^5.2.0",

@@ -29,0 +29,0 @@ "@types/debug": "^4.1.5",

@@ -10,5 +10,5 @@ {

"hideGenerator": "true",
"theme": "gitbook",
"out": "../../../docs/developer-resources/wallet-base/reference",
"gitRevision": "master"
"out": "../../../docs/sdk/docs/wallet-base",
"gitRevision": "master",
"readme": "none"
}
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