Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dcentralab/common

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcentralab/common - npm Package Compare versions

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

6

lib/interfaces.d.ts

@@ -20,2 +20,8 @@ import { BLOCKCHAIN_TYPES, WALLET_TYPES } from './contants';

}
export interface JsonRpcPayload {
jsonrpc: string;
method: string;
params?: any[];
id?: string | number;
}
export interface RequestArguments {

@@ -22,0 +28,0 @@ method: string;

2

package.json
{
"name": "@dcentralab/common",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Dcentralab common constants and utils",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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