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

curcon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curcon - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "curcon",
"version": "1.1.0",
"version": "1.1.1",
"description": "Command-line utility for converting currencies using the Open Exchange Rates API.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,6 +0,6 @@

#curcon -- currency converter
# curcon -- currency converter
Command-line utility for converting currencies using the [Open Exchange Rates API](https://openexchangerates.org/).
##Installation
## Installation

@@ -20,3 +20,3 @@ 1. Install the app globally

##Usage
## Usage

@@ -31,16 +31,16 @@ `curcon [amount] [from] [to] [decimal-places]`

###`amount` - Number
### `amount` - Number
The amount to convert. Defaults to `1`.
###`from` - String
### `from` - String
Any valid currency code such as `CAD`. Defaults to `CAD`.
###`to` - String
### `to` - String
Any valid currency code such as `JPY`. Defaults to `JPY`.
###`decimal-places` - Number
### `decimal-places` - Number
The number of decimal places to round to. Defaults to `2`.
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