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

@abskmj/exchangeratesapi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abskmj/exchangeratesapi - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.github/workflows/npmpublish.yml

2

index.js
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 @@ });

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