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

@exodus/currency

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/currency - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

src/conversion-by-rate.js

13

package.json
{
"name": "@exodus/currency",
"version": "5.0.0",
"version": "5.0.1",
"description": "Currency support.",
"main": "lib/index.js",
"type": "module",
"main": "src/index.js",
"author": "Exodus Movement, Inc.",

@@ -10,3 +11,4 @@ "license": "UNLICENSED",

"files": [
"lib"
"src",
"!**/__tests__/**"
],

@@ -23,5 +25,2 @@ "dependencies": {

"scripts": {
"build": "yarn build:clean && babel src --out-dir lib --config-file ../../babel.config.js && yarn build:flow && cp src/*.d.ts lib/",
"build:flow": "cp src/types.js.flow lib",
"build:clean": "rm -rf lib",
"test:native-bigint": "run -T jest --selectProjects native-bigint",

@@ -40,3 +39,3 @@ "test:bn.js": "run -T jest --selectProjects bn.js",

},
"gitHead": "317d2c4f88d6359f84f5c56519a6a59bbfa9bc55"
"gitHead": "a37317af4caf9e14cf8c097c145736964ebfaf53"
}
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