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.0 to 0.8.1

6

modifiers/aggregate.js

@@ -26,3 +26,7 @@ /**

...container,
errorBody: err.response.body,
...(
err.response && err.response.body
? { errorBody: err.response.body }
: null
),
});

@@ -29,0 +33,0 @@ throw error;

2

package.json
{
"name": "nodegate",
"description": "API gateway made simple, fast and easy to configure.",
"version": "0.8.0",
"version": "0.8.1",
"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