Socket
Socket
Sign inDemoInstall

@celo/wallet-local

Package Overview
Dependencies
Maintainers
21
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/wallet-local - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-alpha.1

LICENSE

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

10

package.json
{
"name": "@celo/wallet-local",
"version": "2.1.0",
"version": "2.2.0-alpha.1",
"description": "Local wallet implementation",
"author": "Celo",
"license": "Apache-2.0",
"repository": "https://github.com/celo-org/celo-monorepo/tree/master/packages/sdk/wallets/",
"homepage": "https://docs.celo.org",
"main": "./lib/index.js",

@@ -23,5 +25,5 @@ "types": "./lib/index.d.ts",

"dependencies": {
"@celo/utils": "2.1.0",
"@celo/connect": "2.1.0",
"@celo/wallet-base": "2.1.0",
"@celo/utils": "2.2.0-alpha.1",
"@celo/connect": "2.2.0-alpha.1",
"@celo/wallet-base": "2.2.0-alpha.1",
"@types/ethereumjs-util": "^5.2.0",

@@ -28,0 +30,0 @@ "eth-lib": "^0.2.8",

Sorry, the diff of this file is not supported yet

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