Socket
Socket
Sign inDemoInstall

@npmcli/map-workspaces

Package Overview
Dependencies
15
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 2.0.0

lib/index.js

36

package.json
{
"name": "@npmcli/map-workspaces",
"version": "1.0.4",
"version": "2.0.0",
"main": "lib/index.js",
"files": [
"index.js"
"bin",
"lib"
],
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},

@@ -20,19 +22,15 @@ "description": "Retrieves a name:pathname Map for a given workspaces config",

],
"author": "npm Inc. <support@npmjs.com>",
"contributors": [
{
"name": "Ruy Adorno",
"url": "https://ruyadorno.com",
"twitter": "ruyadorno"
}
],
"author": "GitHub Inc.",
"license": "ISC",
"scripts": {
"lint": "standard",
"lint": "eslint '**/*.js'",
"pretest": "npm run lint",
"test": "tap test*.js",
"snap": "tap test*.js",
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint"
},

@@ -48,5 +46,6 @@ "tap": {

"devDependencies": {
"eslint": "^8.0.0",
"require-inject": "^1.4.4",
"standard": "^14.3.4",
"tap": "^14.10.8"
"@npmcli/template-oss": "^2.0.0",
"tap": "^15.0.10"
},

@@ -58,3 +57,4 @@ "dependencies": {

"read-package-json-fast": "^2.0.1"
}
},
"templateVersion": "2.0.0"
}
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