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

got-fetch

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

got-fetch - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

out/fetch-types/index.d.ts

4

out/lib/fetch.js

@@ -89,3 +89,3 @@ "use strict";

'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8',
'Content-Length': String(serialized.length)
'Content-Length': String(Buffer.byteLength(serialized, 'utf8'))
}

@@ -99,3 +99,3 @@ };

'Content-Type': 'text/plain; charset=utf-8',
'Content-Length': String(body.length)
'Content-Length': String(Buffer.byteLength(body, 'utf8')),
}

@@ -102,0 +102,0 @@ };

{
"name": "got-fetch",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A fetch-compatible interface to the got HTTP client",

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