Socket
Socket
Sign inDemoInstall

node-superfetch

Package Overview
Dependencies
1
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.3.0

1

index.js

@@ -1,2 +0,1 @@

const fetch = require('node-fetch');
const FormData = require('form-data');

@@ -3,0 +2,0 @@ const { URL } = require('url');

17

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

@@ -31,14 +31,13 @@ "typings": "typings/index.d.ts",

"engines": {
"node": ">=8"
"node": ">=18"
},
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.1"
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"eslint": "^7.23.0",
"@types/node": "^18.7.18",
"eslint": "^8.23.1",
"eslint-config-amber": "^2.0.4",
"eslint-plugin-json": "^2.1.2",
"typescript": "^4.2.3"
"eslint-plugin-json": "^3.1.0",
"typescript": "^4.8.3"
},

@@ -45,0 +44,0 @@ "eslintConfig": {

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