Socket
Socket
Sign inDemoInstall

@celo/connect

Package Overview
Dependencies
Maintainers
19
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/connect - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

1

lib/connection.js

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

this.currencyGasPrice = new Map();
// functions which for now call web3 functions but may do something else later
this.keccak256 = function (value) {

@@ -84,0 +83,0 @@ return _this.web3.utils.keccak256(value);

4

package.json
{
"name": "@celo/connect",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Light Toolkit for connecting with the Celo network",

@@ -27,3 +27,3 @@ "main": "./lib/index.js",

"@types/utf8": "^2.1.6",
"@celo/utils": "2.0.0-beta.1",
"@celo/utils": "2.0.0-beta.2",
"bignumber.js": "^9.0.0",

@@ -30,0 +30,0 @@ "debug": "^4.1.1",

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