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.6.0 to 0.6.2

CHANGELOG.md

19

package.json
{
"name": "@dahlia-labs/token-utils",
"description": "Token-related math and transaction utilities.",
"version": "0.6.0",
"version": "0.6.2",
"repository": {

@@ -11,2 +11,8 @@ "type": "git",

"license": "Apache-2.0",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"keywords": [

@@ -19,3 +25,3 @@ "celo",

"scripts": {
"build": "tsc && tsc -P tsconfig.esm.json",
"build": "tsc && tsc -P tsconfig.cjs.json",
"clean": "rm -fr dist/",

@@ -25,3 +31,3 @@ "prepublishOnly": "npm run build"

"dependencies": {
"@dahlia-labs/celo-contrib": "^0.6.0",
"@dahlia-labs/celo-contrib": "^0.6.2",
"@ubeswap/token-math": "^5.2.0",

@@ -40,3 +46,4 @@ "tiny-invariant": "^1.2.0",

"@types/bn.js": "^5.1.1",
"jsbi": "^4.3.0"
"jsbi": "^4.3.0",
"typescript": "^4.8.3"
},

@@ -55,3 +62,3 @@ "peerDependencies": {

"homepage": "https://github.com/DahliaLabs/dahlia-common#readme",
"gitHead": "6624bfd85551b0648240ea3ea3fae0040516f69b"
}
"gitHead": "f41418de24916ae96753da2fba3fff2d404c178e"
}
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