Socket
Socket
Sign inDemoInstall

@web3-onboard/common

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3-onboard/common - npm Package Compare versions

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

1

dist/types.d.ts

@@ -385,2 +385,3 @@ import type { ethers, providers, BigNumber } from 'ethers';

export interface Chain {
namespace: 'evm';
id: ChainId;

@@ -387,0 +388,0 @@ rpcUrl: string;

6

package.json
{
"name": "@web3-onboard/common",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"scripts": {

@@ -8,3 +8,3 @@ "build": "rollup -c",

"start": "sirv public --no-clear",
"typescript": "svelte-check --tsconfig ./tsconfig.json",
"type-check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint -c './.eslintrc.cjs' './src' && prettier --check './src/**/*'"

@@ -41,3 +41,3 @@ },

"tslib": "^2.0.0",
"typescript": "4.5.5"
"typescript": "^4.5.5"
},

@@ -44,0 +44,0 @@ "dependencies": {

@@ -1,3 +0,3 @@

# @bn-onboard/common
# @web3-onboard/common
## A collection of functions and types that are shared across various packages in the Onboard V2 monorepo

Sorry, the diff of this file is too big to display

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