Socket
Socket
Sign inDemoInstall

@keplr-wallet/types

Package Overview
Dependencies
Maintainers
1
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keplr-wallet/types - npm Package Compare versions

Comparing version 0.12.91-rc.0 to 0.12.91-rc.1

1

build/wallet/keplr.d.ts

@@ -44,2 +44,3 @@ import { ChainInfo, ChainInfoWithoutEndpoints } from "../chain-info";

defaultOptions: KeplrIntereactionOptions;
ping(): Promise<void>;
experimentalSuggestChain(chainInfo: ChainInfo): Promise<void>;

@@ -46,0 +47,0 @@ enable(chainIds: string | string[]): Promise<void>;

4

package.json
{
"name": "@keplr-wallet/types",
"version": "0.12.91-rc.0",
"version": "0.12.91-rc.1",
"main": "build/index.js",

@@ -21,3 +21,3 @@ "author": "chainapsis",

},
"gitHead": "020f208c05ba1d6e7d592b69cc543a2b88cfe86f"
"gitHead": "d1384fa216d3eecdf2388b5d2711a2dd2988ffb4"
}

@@ -64,2 +64,4 @@ import { ChainInfo, ChainInfoWithoutEndpoints } from "../chain-info";

ping(): Promise<void>;
experimentalSuggestChain(chainInfo: ChainInfo): Promise<void>;

@@ -66,0 +68,0 @@ enable(chainIds: string | string[]): Promise<void>;

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