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
7
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
2.2.14
to
2.2.15
+1
-1
oclif.manifest.json
{
"version": "2.2.14",
"version": "2.2.15",
"commands": {

@@ -4,0 +4,0 @@ "which": {

{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "2.2.14",
"version": "2.2.15",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
"@oclif/core": "^2.0.8",
"@oclif/core": "^2.1.2",
"tslib": "^2.5.0"
},
"devDependencies": {
"@oclif/plugin-help": "^5.2.2",
"@oclif/test": "^2.3.4",
"@oclif/plugin-help": "^5.2.4",
"@oclif/test": "^2.3.5",
"@types/chai": "^4.3.4",

@@ -24,3 +24,3 @@ "@types/mocha": "^9",

"nyc": "^15.1.0",
"oclif": "^3.6.1",
"oclif": "^3.6.3",
"shx": "^0.3.4",

@@ -27,0 +27,0 @@ "ts-node": "^9.0.0",

@@ -23,3 +23,3 @@ @oclif/plugin-which

$ oclif-example (--version)
@oclif/plugin-which/2.2.14 linux-x64 node-v18.13.0
@oclif/plugin-which/2.2.15 linux-x64 node-v18.14.0
$ oclif-example --help [COMMAND]

@@ -52,3 +52,3 @@ USAGE

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