Socket
Socket
Sign inDemoInstall

xchanger

Package Overview
Dependencies
7
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

.nyc_output/73a1b15c29edd9016022b4e838e73ecb.json

14

package.json
{
"name": "xchanger",
"version": "0.0.1",
"version": "0.1.0",
"description": "Currency exhange api with auto caching of api calls for better performance and bandwidth utilization",

@@ -10,7 +10,15 @@ "main": "index.js",

"dependencies": {
"lodash": "^4.17.10",
"needle": "^2.2.1"
},
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=html --reporter=text mocha",
"report": "nyc report --reporter=text"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sqlite3": "^4.0.0"
"nyc": "^12.0.2"
}
}

@@ -1,2 +0,20 @@

# xchanger
~~~~
__
/\ \
__ _ ___\ \ \___ __ ___ __ __ _ __
/\ \/'\ /'___\ \ _ `\ /'__`\ /' _ `\ /'_ `\ /'__`\/\`'__\
\/> <//\ \__/\ \ \ \ \/\ \L\.\_/\ \/\ \/\ \L\ \/\ __/\ \ \/
/\_/\_\ \____\\ \_\ \_\ \__/.\_\ \_\ \_\ \____ \ \____\\ \_\
\//\/_/\/____/ \/_/\/_/\/__/\/_/\/_/\/_/\/___L\ \/____/ \/_/
/\____/
\_/__/
~~~~
# Description
Currency converter with auto caching of exchange rates from exchangeratesapi.io
# Usage
//TODO
#Author
@author Hanut Singh Gusain <hanutsingh@gmail.com> [http://www.hanutsingh.in]

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