Socket
Socket
Sign inDemoInstall

@npmcli/map-workspaces

Package Overview
Dependencies
13
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 3.0.0

19

package.json
{
"name": "@npmcli/map-workspaces",
"version": "2.0.4",
"version": "3.0.0",
"main": "lib/index.js",

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

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -33,5 +33,2 @@ "description": "Retrieves a name:pathname Map for a given workspaces config",

"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",

@@ -43,7 +40,11 @@ "lintfix": "npm run lint -- --fix",

"tap": {
"check-coverage": true
"check-coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.0.1"

@@ -55,8 +56,8 @@ },

"minimatch": "^5.0.1",
"read-package-json-fast": "^2.0.3"
"read-package-json-fast": "^3.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.5.0"
"version": "4.5.1"
}
}

@@ -13,3 +13,3 @@ # @npmcli/map-workspaces

`npm install map-workspaces`
`npm install @npmcli/map-workspaces`

@@ -16,0 +16,0 @@ ## Usage:

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