Socket
Socket
Sign inDemoInstall

@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.3.3 to 0.3.4

10

dist/cjs/index.js

@@ -5,7 +5,7 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./price"), exports);
(0, tslib_1.__exportStar)(require("./splTokenRegistry"), exports);
(0, tslib_1.__exportStar)(require("./token"), exports);
(0, tslib_1.__exportStar)(require("./tokenAmount"), exports);
(0, tslib_1.__exportStar)(require("./tokenList"), exports);
tslib_1.__exportStar(require("./price"), exports);
tslib_1.__exportStar(require("./splTokenRegistry"), exports);
tslib_1.__exportStar(require("./token"), exports);
tslib_1.__exportStar(require("./tokenAmount"), exports);
tslib_1.__exportStar(require("./tokenList"), exports);
var token_math_1 = require("@ubeswap/token-math");

@@ -12,0 +12,0 @@ Object.defineProperty(exports, "Fraction", { enumerable: true, get: function () { return token_math_1.Fraction; } });

@@ -6,3 +6,3 @@ "use strict";

const token_math_1 = require("@ubeswap/token-math");
const tiny_invariant_1 = (0, tslib_1.__importDefault)(require("tiny-invariant"));
const tiny_invariant_1 = tslib_1.__importDefault(require("tiny-invariant"));
const tokenAmount_1 = require("./tokenAmount");

@@ -9,0 +9,0 @@ /**

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

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

"dependencies": {
"@dahlia-labs/celo-contrib": "^0.3.3",
"@dahlia-labs/celo-contrib": "^0.3.4",
"@ubeswap/token-math": "^4.4.6",

@@ -52,3 +52,3 @@ "tiny-invariant": "^1.2.0",

"homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
"gitHead": "7e5b2fcbfd4bc24f75d7e083ac5c99dd03e80eb5"
"gitHead": "7f9e03ca3be3c446a203f49ac89b6f3311181a95"
}

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