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

@emurgo/yoroi-lib

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/yoroi-lib - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

dist/pools.d.ts

@@ -62,7 +62,7 @@ import { WasmFactory } from "./internals/utils/crypto";

export declare type ChainPoolInfoMap = Record<string, FullChainPoolInfo | null>;
export declare type FullPoolIfo = {
export declare type FullPoolInfo = {
chain: FullChainPoolInfo | null;
explorer: ExplorerPoolInfo | null;
};
export declare type FullPoolInfoMap = Record<string, FullPoolIfo | null>;
export declare type FullPoolInfoMap = Record<string, FullPoolInfo | null>;
export declare class PoolInfoApi {

@@ -76,3 +76,3 @@ private readonly apiUrl;

*/
getSingleFullPoolInfo(hash: string): Promise<FullPoolIfo | null>;
getSingleFullPoolInfo(hash: string): Promise<FullPoolInfo | null>;
/**

@@ -79,0 +79,0 @@ * @param hashes - an array of HEX pool key hashes

{
"name": "@emurgo/yoroi-lib",
"version": "2.2.0",
"version": "2.2.1",
"description": "",

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

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