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.0
to
2.2.1
+1
-1
oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"2.2.0","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{"version":"2.2.1","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "2.2.0",
"version": "2.2.1",
"author": "Salesforce",

@@ -9,7 +9,7 @@ "bugs": "https://github.com/oclif/plugin-which/issues",

"@oclif/core": "^1.18.0",
"tslib": "^2.4.0"
"tslib": "^2.4.1"
},
"devDependencies": {
"@oclif/plugin-help": "^5.1.17",
"@oclif/test": "^2.2.6",
"@oclif/plugin-help": "^5.1.18",
"@oclif/test": "^2.2.8",
"@types/chai": "^4.3.1",

@@ -16,0 +16,0 @@ "@types/mocha": "^9",

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

$ oclif-example (--version)
@oclif/plugin-which/2.2.0 linux-x64 node-v18.12.0
@oclif/plugin-which/2.2.1 linux-x64 node-v18.12.0
$ oclif-example --help [COMMAND]

@@ -47,3 +47,3 @@ USAGE

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