Socket
Socket
Sign inDemoInstall

@dahlia-labs/celo-tokens

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dahlia-labs/celo-tokens - npm Package Compare versions

Comparing version 0.6.0 to 0.6.2

CHANGELOG.md

25

package.json
{
"name": "@dahlia-labs/celo-tokens",
"description": "Common token list for Celo.",
"version": "0.6.0",
"version": "0.6.2",
"repository": {

@@ -18,9 +18,14 @@ "type": "git",

"scripts": {
"build": "tsc && tsc -P tsconfig.esm.json",
"clean": "rm -fr dist/",
"prepublishOnly": "npm run build"
"build": "tsc && tsc -P tsconfig.cjs.json",
"clean": "rm -rf dist"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"dependencies": {
"@dahlia-labs/celo-contrib": "^0.6.0",
"@dahlia-labs/token-utils": "^0.6.0",
"@dahlia-labs/celo-contrib": "^0.6.2",
"@dahlia-labs/token-utils": "^0.6.2",
"@ubeswap/token-math": "^5.2.0",

@@ -44,3 +49,4 @@ "lodash.mapvalues": "^4.6.0",

"@types/lodash.mapvalues": "^4.6.7",
"jsbi": "^4.3.0"
"jsbi": "^4.3.0",
"typescript": "^4.8.3"
},

@@ -54,3 +60,2 @@ "peerDependencies": {

},
"types": "./dist/cjs/index.d.ts",
"bugs": {

@@ -60,3 +65,3 @@ "url": "https://github.com/DahliaLabs/dahlia-common/issues"

"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