@abskmj/exchangeratesapi
Advanced tools
Comparing version 1.0.0 to 1.1.0
module.exports.getClient = options => { | ||
return require("@abskmj/cligen").getClient({ | ||
"baseUrl": "https://exchangeratesapi.io/api", | ||
"baseUrl": "https://api.exchangeratesapi.io", | ||
"operations": { | ||
@@ -5,0 +5,0 @@ "rates": { |
{ | ||
"name": "@abskmj/exchangeratesapi", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Node client for exchangeratesapi.io", | ||
@@ -20,8 +20,4 @@ "main": "index.js", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/abskmj/exchangeratesapi.git" | ||
"mocha": "^7.1.2" | ||
} | ||
} |
@@ -10,3 +10,3 @@ let expect = require("chai").expect; | ||
expect(response.status).to.equals(200); | ||
expect(response.request.url).to.equals('https://exchangeratesapi.io/api/latest'); | ||
expect(response.request.url).to.equals('https://api.exchangeratesapi.io/latest'); | ||
}) | ||
@@ -19,3 +19,3 @@ }); | ||
expect(response.status).to.equals(200); | ||
expect(response.request.url).to.equals(`https://exchangeratesapi.io/api/${particular}`); | ||
expect(response.request.url).to.equals(`https://api.exchangeratesapi.io/${particular}`); | ||
}) | ||
@@ -22,0 +22,0 @@ }); |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
6651
7
1