Socket
Socket
Sign inDemoInstall

node-superfetch

Package Overview
Dependencies
2
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

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

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

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

agent?: Agent;
noResultData?: Boolean
}

@@ -24,5 +25,5 @@

ok: boolean;
raw: Buffer;
text: string;
body: ResponseBody;
raw: Buffer | null;
text: string | null;
body: ResponseBody | null;
}

@@ -29,0 +30,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc