Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@oclif/plugin-which

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/plugin-which - npm Package Compare versions

Comparing version
3.2.26
to
3.2.27
+1
-1
oclif.manifest.json

@@ -54,3 +54,3 @@ {

},
"version": "3.2.26"
"version": "3.2.27"
}
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "3.2.26",
"version": "3.2.27",
"author": "Salesforce",

@@ -13,5 +13,6 @@ "bugs": "https://github.com/oclif/plugin-which/issues",

"@commitlint/config-conventional": "^19",
"@eslint/compat": "^1.2.5",
"@oclif/plugin-help": "^6",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4.1.7",
"@oclif/test": "^4.1.8",
"@types/chai": "^4.3.16",

@@ -22,6 +23,5 @@ "@types/mocha": "^10.0.10",

"commitlint": "^19",
"eslint": "^8.57.1",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.13",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-oclif": "^6.0.0",
"eslint-config-prettier": "^10.0.1",
"husky": "^9.1.7",

@@ -31,3 +31,3 @@ "lint-staged": "^15",

"nyc": "^15.1.0",
"oclif": "^4.17.14",
"oclif": "^4.17.17",
"prettier": "^3.4.2",

@@ -65,3 +65,3 @@ "shx": "^0.3.4",

"compile": "tsc",
"lint": "eslint . --ext .ts",
"lint": "eslint",
"postpack": "yarn run clean",

@@ -68,0 +68,0 @@ "posttest": "yarn lint",

@@ -24,3 +24,3 @@ # @oclif/plugin-which

$ oclif-example (--version)
@oclif/plugin-which/3.2.26 linux-x64 node-v22.12.0
@oclif/plugin-which/3.2.27 linux-x64 node-v22.13.1
$ oclif-example --help [COMMAND]

@@ -70,3 +70,3 @@ USAGE

_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.2.26/src/commands/which.ts)_
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v3.2.27/src/commands/which.ts)_
<!-- commandsstop -->

@@ -73,0 +73,0 @@