🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bin-links

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-links - npm Package Compare versions

Comparing version
5.0.0
to
6.0.0
+9
-9
package.json
{
"name": "bin-links",
"version": "5.0.0",
"version": "6.0.0",
"description": "JavaScript package binary linker",

@@ -27,11 +27,11 @@ "main": "./lib/index.js",

"dependencies": {
"cmd-shim": "^7.0.0",
"npm-normalize-package-bin": "^4.0.0",
"proc-log": "^5.0.0",
"read-cmd-shim": "^5.0.0",
"write-file-atomic": "^6.0.0"
"cmd-shim": "^8.0.0",
"npm-normalize-package-bin": "^5.0.0",
"proc-log": "^6.0.0",
"read-cmd-shim": "^6.0.0",
"write-file-atomic": "^7.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/template-oss": "4.27.1",
"require-inject": "^1.4.4",

@@ -53,3 +53,3 @@ "tap": "^16.0.1"

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},

@@ -60,5 +60,5 @@ "author": "GitHub Inc.",

"windowsCI": false,
"version": "4.23.3",
"version": "4.27.1",
"publish": true
}
}