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.0.5
to
2.1.0
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [2.1.0](https://github.com/oclif/plugin-which/compare/v2.0.5...v2.1.0) (2022-01-28)
### Features
* remove cli-ux ([4eaa693](https://github.com/oclif/plugin-which/commit/4eaa6933815cce5e3de0c2b1e602f0e2d81c25e7))
### [2.0.5](https://github.com/oclif/plugin-which/compare/v2.0.4...v2.0.5) (2022-01-06)

@@ -7,0 +14,0 @@

+2
-3
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const core_1 = require("@oclif/core");
const cli_ux_1 = require("cli-ux");
class Which extends core_1.Command {

@@ -9,4 +8,4 @@ async run() {

const cmd = this.config.findCommand(argv.join(':'), { must: true });
cli_ux_1.default.styledHeader(cmd.id);
cli_ux_1.default.styledObject({
core_1.CliUx.ux.styledHeader(cmd.id);
core_1.CliUx.ux.styledObject({
plugin: cmd.pluginName,

@@ -13,0 +12,0 @@ }, ['plugin']);

+1
-1

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

{"version":"2.0.5","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.1.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":[]}}}
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "2.0.5",
"version": "2.1.0",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
"@oclif/core": "^1.0.10",
"cli-ux": "^6.0.6",
"@oclif/core": "^1.2.0",
"tslib": "^2.0.0"

@@ -25,3 +24,3 @@ },

"nyc": "^15.1.0",
"oclif": "2.0.1",
"oclif": "^2.3.0",
"ts-node": "^9.0.0",

@@ -28,0 +27,0 @@ "typescript": "4.4.3"

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

$ oclif-example (--version)
@oclif/plugin-which/2.0.5 linux-x64 node-v12.22.8
@oclif/plugin-which/2.1.0 linux-x64 node-v12.22.9
$ oclif-example --help [COMMAND]

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

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