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

@keplr-wallet/unit

Package Overview
Dependencies
Maintainers
1
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keplr-wallet/unit - npm Package Compare versions

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

2

build/coin-pretty.d.ts
import { IntPretty, IntPrettyOptions } from "./int-pretty";
import { Int } from "./int";
import { Dec } from "./decimal";
import { Currency } from "@keplr/types";
import { Currency } from "@keplr-wallet/types";
import { DeepReadonly } from "utility-types";

@@ -6,0 +6,0 @@ export declare type CoinPrettyOptions = {

import { Coin } from "./coin";
import { Int } from "./int";
import { Currency } from "@keplr/types";
import { Currency } from "@keplr-wallet/types";
export declare class CoinUtils {

@@ -5,0 +5,0 @@ static createCoinsFromPrimitives(coinPrimitives: {

import { IntPretty, IntPrettyOptions } from "./int-pretty";
import { Int } from "./int";
import { Dec } from "./decimal";
import { FiatCurrency } from "@keplr/types";
import { FiatCurrency } from "@keplr-wallet/types";
import { DeepReadonly } from "utility-types";

@@ -6,0 +6,0 @@ export declare type PricePrettyOptions = {

{
"name": "@keplr-wallet/unit",
"version": "0.8.0-rc.0",
"version": "0.8.0-rc.1",
"main": "build/index.js",

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

"dependencies": {
"@keplr-wallet/types": "^0.8.0-rc.0",
"@keplr-wallet/types": "^0.8.0-rc.1",
"big-integer": "^1.6.48",

@@ -28,3 +28,3 @@ "utility-types": "^3.10.0"

},
"gitHead": "1b34adaaa8227f03404ea8f2d591b2b6bce4ed7a"
"gitHead": "32549d9b95b8f3b3bcfada2bfd293503c1d08d25"
}
import { IntPretty, IntPrettyOptions } from "./int-pretty";
import { Int } from "./int";
import { Dec } from "./decimal";
import { Currency } from "@keplr/types";
import { Currency } from "@keplr-wallet/types";
import { DeepReadonly } from "utility-types";

@@ -6,0 +6,0 @@

@@ -5,3 +5,3 @@ import { Coin } from "./coin";

import { DecUtils } from "./dec-utils";
import { Currency } from "@keplr/types";
import { Currency } from "@keplr-wallet/types";

@@ -8,0 +8,0 @@ export class CoinUtils {

import { IntPretty, IntPrettyOptions } from "./int-pretty";
import { Int } from "./int";
import { Dec } from "./decimal";
import { FiatCurrency } from "@keplr/types";
import { FiatCurrency } from "@keplr-wallet/types";
import { DeepReadonly } from "utility-types";

@@ -6,0 +6,0 @@ import { DecUtils } from "./dec-utils";

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