Socket
Socket
Sign inDemoInstall

@d-fischer/cross-fetch

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.4 to 5.0.5

7

package.json
{
"name": "@d-fischer/cross-fetch",
"version": "5.0.4",
"version": "5.0.5",
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",

@@ -11,2 +11,3 @@ "homepage": "https://github.com/d-fischer/cross-fetch",

"types": "./index.d.ts",
"browser": "./dist/browser-ponyfill.js",
"require": "./dist/node-ponyfill.js",

@@ -16,2 +17,3 @@ "import": "./dist/node-ponyfill.mjs"

"./polyfill": {
"browser": "./dist/browser-polyfill.js",
"require": "./dist/node-polyfill.js",

@@ -22,3 +24,4 @@ "import": "./dist/node-polyfill.js"

"sideEffects": [
"./dist/node-polyfill.js"
"./dist/node-polyfill.js",
"./dist/browser-polyfill.js"
],

@@ -25,0 +28,0 @@ "react-native": "dist/react-native-ponyfill.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc