currency-conversion
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46918
1148