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

nodegate

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegate - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

3

modifiers/aggregate.js

@@ -18,2 +18,5 @@ /**

const { body, statusCode } = await request(container)[method](buildedUrl);
if (typeof body !== 'object' && !path) {
return merge(cloneDeep(container), { statusCode });
}
if (path) {

@@ -20,0 +23,0 @@ return merge(cloneDeep(container), { statusCode, body: set({}, path, body) });

2

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

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

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