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.4.6-experimental to 1.4.7-experimental

2

lib/server-request.js

@@ -26,3 +26,3 @@ const http = require('http');

if (options.method === 'POST' || options.method === 'PUT') {
options.headers['content-length'] = options.body.length;
options.headers['content-length'] = Buffer.byteLength(options.body, 'utf8');
} else {

@@ -29,0 +29,0 @@ delete options.body;

{
"name": "hydra",
"version": "1.4.6-experimental",
"version": "1.4.7-experimental",
"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