Socket
Socket
Sign inDemoInstall

minipass-fetch

Package Overview
Dependencies
7
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

2

lib/body.js

@@ -75,4 +75,4 @@ 'use strict'

async json () {
const buf = await this[CONSUME_BODY]()
try {
const buf = await this[CONSUME_BODY]()
return JSON.parse(buf.toString())

@@ -79,0 +79,0 @@ } catch (er) {

{
"name": "minipass-fetch",
"version": "2.1.1",
"version": "2.1.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