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

@dahlia-labs/token-utils

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/token-utils - npm Package Compare versions

Comparing version 0.9.11 to 0.9.12

2

dist/cjs/token.d.ts

@@ -58,5 +58,5 @@ import type { ChainId, Network } from "@dahlia-labs/celo-contrib";

*/
export declare type TokenMap = {
export type TokenMap = {
[c in ChainId]: Token;
};
//# sourceMappingURL=token.d.ts.map

@@ -15,7 +15,7 @@ import { Token } from "./token";

*/
export declare type OriginChain = typeof ORIGIN_CHAINS[number];
export type OriginChain = typeof ORIGIN_CHAINS[number];
/**
* Token extensions with additional information.
*/
export declare type TokenExtensions = {
export type TokenExtensions = {
readonly website?: string;

@@ -60,3 +60,3 @@ readonly bridgeContract?: string;

*/
export declare type TokenInfo = {
export type TokenInfo = {
readonly chainId: number;

@@ -63,0 +63,0 @@ readonly address: string;

@@ -58,5 +58,5 @@ import type { ChainId, Network } from "@dahlia-labs/celo-contrib";

*/
export declare type TokenMap = {
export type TokenMap = {
[c in ChainId]: Token;
};
//# sourceMappingURL=token.d.ts.map

@@ -15,7 +15,7 @@ import { Token } from "./token";

*/
export declare type OriginChain = typeof ORIGIN_CHAINS[number];
export type OriginChain = typeof ORIGIN_CHAINS[number];
/**
* Token extensions with additional information.
*/
export declare type TokenExtensions = {
export type TokenExtensions = {
readonly website?: string;

@@ -60,3 +60,3 @@ readonly bridgeContract?: string;

*/
export declare type TokenInfo = {
export type TokenInfo = {
readonly chainId: number;

@@ -63,0 +63,0 @@ readonly address: string;

{
"name": "@dahlia-labs/token-utils",
"description": "Token-related math and transaction utilities.",
"version": "0.9.11",
"version": "0.9.12",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"dependencies": {
"@dahlia-labs/celo-contrib": "^0.9.11",
"@dahlia-labs/celo-contrib": "^0.9.12",
"@ubeswap/token-math": "^5.2.1",

@@ -45,3 +45,3 @@ "tiny-invariant": "^1.3.1",

"jsbi": "^4.3.0",
"typescript": "^4.8.3"
"typescript": "^4.9.3"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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