Comparing version 1.1.8 to 1.1.9
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16121