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.2.1 to 0.2.2

1

index.js

@@ -37,2 +37,3 @@ const fetch = require('node-fetch');

url: response.url,
redirected: response.redirected,
ok: response.ok,

@@ -39,0 +40,0 @@ raw,

2

package.json
{
"name": "node-superfetch",
"version": "0.2.1",
"version": "0.2.2",
"description": "A wrapper for node-fetch that makes it appear like superagent.",

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

@@ -24,2 +24,3 @@ import { Agent } from 'http';

ok: boolean;
redirected: boolean;
raw: Buffer | null;

@@ -26,0 +27,0 @@ text: string | null;

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