node-superfetch
Advanced tools
Comparing version 0.2.3 to 0.3.0
@@ -1,2 +0,1 @@ | ||
const fetch = require('node-fetch'); | ||
const FormData = require('form-data'); | ||
@@ -3,0 +2,0 @@ const { URL } = require('url'); |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
10384
208
- Removednode-fetch@^2.6.1
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)