Socket
Socket
Sign inDemoInstall

crypto-convert

Package Overview
Dependencies
14
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/crypto-convert.node.min.js

12

package.json
{
"name": "crypto-convert",
"version": "1.0.0",
"version": "1.0.1",
"description": "Instantly convert cryptocurrency and get price information",
"main": "index.js",
"main": "dist/crypto-convert.node.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "webpack --config webpack.config.js"
},

@@ -28,4 +28,10 @@ "repository": {

"dependencies": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.1",
"wrape": "^1.2.51"
},
"devDependencies": {
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
}
}

@@ -20,3 +20,3 @@

convert.BTC.USD(1);
convert.BTC.USD(1);
convert.ETH.JPY(255);

@@ -34,1 +34,12 @@ convert.LINK.LTC(5);

`npm i crypto-convert`
## For Browsers
```html
<script type="text/javascript" src="https://coinconvert.net/assets/js/crypto-convert.min.js"></script>
<script>
console.log(convert.BTC.USD(1));
</script>
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc