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

@npmcli/map-workspaces

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/map-workspaces - npm Package Compare versions

Comparing version
4.0.2
to
5.0.0
+7
-7
package.json
{
"name": "@npmcli/map-workspaces",
"version": "4.0.2",
"version": "5.0.0",
"main": "lib/index.js",

@@ -10,3 +10,3 @@ "files": [

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

@@ -48,3 +48,3 @@ "description": "Retrieves a name:pathname Map for a given workspaces config",

"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.4",
"@npmcli/template-oss": "4.25.0",
"tap": "^16.0.1"

@@ -54,11 +54,11 @@ },

"@npmcli/name-from-folder": "^3.0.0",
"@npmcli/package-json": "^6.0.0",
"glob": "^10.2.2",
"minimatch": "^9.0.0"
"@npmcli/package-json": "^7.0.0",
"glob": "^11.0.3",
"minimatch": "^10.0.3"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.4",
"version": "4.25.0",
"publish": "true"
}
}