New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

nodegate

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegate - npm Package Compare versions

Comparing version

to
0.8.0

{
"name": "nodegate",
"description": "API gateway made simple, fast and easy to configure.",
"version": "0.7.0",
"version": "0.8.0",
"author": "Julien Martin <martin.julien82@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

![nodegate](assets/images/logo-readme.png)
The easy plugin to programmatically manage a horizontally scalable JSON API Gateway. Builded on top of
The easy plugin to programmatically manage a horizontally scalable JSON API Gateway. Built on top of
[Express](url-express) & [Request](url-request).

@@ -32,5 +32,5 @@

This plugin help you to solve the well known problem of [API management][url-wiki-api-management].
Some people are doing this by themselves, others by using complex tools or services, but even with
this kind of systems you will have to program some mechanics. **Nodegate** help you to
This plugin will help you to solve the well known problem of [API management][url-wiki-api-management].
Some people are doing this by themselves, others by using complex tools or services. But even with
this kind of systems you will have to program some mechanics. **Nodegate** helps you to
programmatically configure, develop and run your API gateway, in the simple way.

@@ -41,3 +41,3 @@

A bunch of modifiers are bundled with this plugin, but everyone can create some easily!
A bunch of modifiers are bundled with this plugin, but everyone can create more easily!

@@ -44,0 +44,0 @@ ## Documentation

@@ -27,2 +27,3 @@ /**

body: (container && container.body) || {},
qs: (container && container.query) || {},
};

@@ -29,0 +30,0 @@