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.9 to 1.1.10

12

index.js

@@ -61,3 +61,2 @@ 'use strict';

this._max_running = n;
this._max_concurrent = n;
}

@@ -112,2 +111,3 @@

this.retries = 0;
this.auto_format = true;
this.secure = false;

@@ -231,2 +231,7 @@ this.follow = false;

format_payload (fmt) {
this.auto_format = fmt;
return this;
}
logger (logger) {

@@ -304,3 +309,3 @@ this.logger = logger;

}
else {
else if (this.auto_format) {
payload = (!this.headers['Content-Type'] && this.data)

@@ -310,2 +315,5 @@ ? Request.stringify(this.data)

}
else {
payload = this.data;
}

@@ -312,0 +320,0 @@

2

package.json
{
"name": "cuddle",
"version": "1.1.9",
"version": "1.1.10",
"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