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

api-joe

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-joe - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

docker-compose.yml

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # API Joe Changelog

## [v0.1.2] - 2020-02-14
### Changed
- nodecaf patch version (upgrade)
- app name attribute to API Joe
## [v0.1.1] - 2020-02-12

@@ -10,0 +16,0 @@

4

lib/main.js

@@ -8,4 +8,4 @@ const periodo = require('periodo');

let app = new AppServer(__dirname + '/default.toml');
app.name = 'API Gateway';
app.version = '0.1.1';
app.name = 'API Joe';
app.version = '0.1.2';
app.shouldParseBody = false;

@@ -12,0 +12,0 @@ app.alwaysRebuildAPI = true;

{
"name": "api-joe",
"version": "0.1.1",
"version": "0.1.2",
"description": "An API Gateway to easily expose your services to web clients",

@@ -40,5 +40,5 @@ "main": "lib/main.js",

"muhb": "^3.0.0",
"nodecaf": "^0.8.0",
"nodecaf": "^0.8.1",
"periodo": "^0.1.1"
}
}

@@ -27,3 +27,3 @@ # [API Joe](https://gitlab.com/GCSBOSS/api-joe)

timeout = 3000
onSuccess = 'http://webhook.com/auth-success'
onSuccess = 'http://webhook-url/auth-success'

@@ -30,0 +30,0 @@ [redis]

Sorry, the diff of this file is not supported yet

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