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

hydra

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydra - npm Package Compare versions

Comparing version 1.6.8 to 1.7.0

4

lib/server-response.js

@@ -68,2 +68,6 @@ /**

if (data) {
headers = Object.assign(headers, data.headers);
}
let response = Object.assign(this.createResponseObject(code), data || {});

@@ -70,0 +74,0 @@ if (this.corsEnabled) {

2

package.json
{
"name": "hydra",
"version": "1.6.8",
"version": "1.7.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Carlos Justiniano",

Sorry, the diff of this file is too big to display

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