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

cuddle

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuddle - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

index.js

@@ -318,3 +318,3 @@ 'use strict';

if (payload) {
this.headers['Content-Length'] = payload.length;
this.headers['Content-Length'] = Buffer.byteLength(payload);
}

@@ -321,0 +321,0 @@

{
"name": "cuddle",
"version": "1.1.8",
"version": "1.1.9",
"description": "Cuddle is a minimal, chainable and readability first http client",

@@ -5,0 +5,0 @@ "main": "index.js",

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