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

currency

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

currency.js

@@ -24,3 +24,3 @@ var requirejs = require('requirejs').config({nodeRequire:require, baseUrl:''});

commander
.version('0.0.1');
.version('0.0.4');

@@ -27,0 +27,0 @@ commander

{
"name": "currency",
"version": "0.0.3",
"version": "0.0.4",
"description": "simple currency conversion in the terminal",
"keywords": [
"currency",
"exchange",
"rates",
"convert"
],
"bin": {

@@ -6,0 +12,0 @@ "currency": "./bin/currency"

# currency.js
Simple currency conversion in the terminal
## Installation
```npm install currency -g```
```$ npm install currency -g```
## Usage
```
currency 10 USD DKK
$ currency 10 USD DKK
=> 57.54916

@@ -11,0 +13,0 @@ ```

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