Socket
Socket
Sign inDemoInstall

minipass-fetch

Package Overview
Dependencies
7
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

lib/request.js

@@ -241,3 +241,3 @@ 'use strict'

hostname: parsedURL.hostname,
path: parsedURL.pathname,
path: `${parsedURL.pathname}${parsedURL.search}`,
port: parsedURL.port,

@@ -244,0 +244,0 @@ protocol: parsedURL.protocol,

{
"name": "minipass-fetch",
"version": "2.0.1",
"version": "2.0.2",
"description": "An implementation of window.fetch in Node.js using Minipass streams",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc