Socket
Socket
Sign inDemoInstall

minipass-fetch

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minipass-fetch - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

5

lib/request.js

@@ -35,3 +35,5 @@ 'use strict'

if (!isRequest(input))
if (isRequest(input))
init = { ...input[INTERNALS], ...init }
else if (!input || typeof input === 'string')
input = {}

@@ -65,3 +67,2 @@

const signal = 'signal' in init ? init.signal
: isRequest(input) ? input.signal
: null

@@ -68,0 +69,0 @@

4

package.json
{
"name": "minipass-fetch",
"version": "1.3.2",
"version": "1.3.3",
"description": "An implementation of window.fetch in Node.js using Minipass streams",

@@ -21,3 +21,3 @@ "license": "MIT",

"abort-controller": "^3.0.0",
"abortcontroller-polyfill": "^1.3.0",
"abortcontroller-polyfill": "~1.3.0",
"form-data": "^2.5.1",

@@ -24,0 +24,0 @@ "parted": "^0.1.1",

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