Socket
Socket
Sign inDemoInstall

node-superfetch

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-superfetch - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

index.js

@@ -28,3 +28,3 @@ const FormData = require('form-data');

let raw = null;
if (!this.noResultData) raw = await response.buffer();
if (!this.noResultData) raw = await response.arrayBuffer();
const headers = {};

@@ -31,0 +31,0 @@ for (const [header, value] of response.headers.entries()) headers[header] = value;

{
"name": "node-superfetch",
"version": "0.3.0",
"version": "0.3.1",
"description": "A wrapper for Node.js' fetch API that makes it appear like superagent.",

@@ -5,0 +5,0 @@ "main": "index.js",

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