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

currency-conversion

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency-conversion - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "currency-conversion",
"version": "0.1.6",
"version": "0.1.7",
"description": "Free and startup-friendly currency converter JSON API for real-time and historical exchange rates - reliable and accurate, supporting 168 world currencies.",

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

@@ -49,3 +49,4 @@ var path = require('path');

var quoteKeys = _.keys(quote);
expect(quoteKeys).to.have.length(currencies.length);
var expectedLength = currencies.length;
expect(quoteKeys).to.have.length(expectedLength);

@@ -52,0 +53,0 @@ _.every(quoteKeys, function (quoteKey) {

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