Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/node-fetch - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3-alpha-20230320123631-3fc1dd7

cjs/AbortController.js

31

package.json
{
"name": "@whatwg-node/node-fetch",
"version": "0.3.2",
"version": "0.3.3-alpha-20230320123631-3fc1dd7",
"description": "Fetch API implementation for Node",

@@ -23,19 +23,26 @@ "sideEffects": false,

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "index.d.ts"
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}
}
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