Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

fexjs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fexjs - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+3
-5
package.json
{
"name": "fexjs",
"version": "1.0.6",
"version": "1.0.7",
"description": "A lightweight and powerful Fetch API wrapper with interceptors, cancel tokens, and timeout support.",

@@ -20,3 +20,4 @@ "main": "dist/fex.js",

"browser": {
"./dist/fex.js": "./dist/fex.js"
"./dist/fex.js": "./dist/fex.js",
"https": false
},

@@ -54,6 +55,3 @@ "keywords": [

"https": "^1.0.0"
},
"broser": {
"https": false
}
}