You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

isexe

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isexe - npm Package Compare versions

Comparing version
3.1.4
to
3.1.5
+2
-2
package.json
{
"name": "isexe",
"version": "3.1.4",
"version": "3.1.5",
"description": "Minimal module to check if a file is executable.",

@@ -75,5 +75,5 @@ "main": "./dist/commonjs/index.min.js",

"engines": {
"node": ">=20"
"node": ">=18"
},
"type": "module"
}