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.0
to
2.0.1
+13
-0
CHANGELOG.md

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

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.1](https://github.com/oclif/plugin-which/compare/v2.0.0...v2.0.1) (2021-12-02)
### Bug Fixes
* bump core version ([49edb83](https://github.com/oclif/plugin-which/commit/49edb83b744e2de27fc0a0ed16447b75368c4086))
* get deps aligned ([9396b57](https://github.com/oclif/plugin-which/commit/9396b5768f946286c97d9239120bd5fb58defdbf))
* pin oclif ([377c6fa](https://github.com/oclif/plugin-which/commit/377c6fa2d3a175cd8ffa52552bb266c2ef7ebf85))
## [1.0.3](https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3) (2018-10-13)

@@ -2,0 +15,0 @@

+1
-1

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

{"version":"2.0.0","commands":{"which":{"id":"which","description":"show which plugin a command is in","strict":true,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"command","required":true}]}}}
{"version":"2.0.1","commands":{"which":{"id":"which","description":"show which plugin a command is in","strict":true,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"command","required":true}]}}}
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "2.0.0",
"author": "Jeff Dickey @jdxcode",
"version": "2.0.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
"@oclif/core": "^0.5.39",
"cli-ux": "^5.4.7",
"@oclif/core": "^1.0.7",
"cli-ux": "^6.0.3",
"tslib": "^2.0.0"
},
"devDependencies": {
"@oclif/plugin-help": "^5.1.0",
"@oclif/test": "^1.2.1",
"@oclif/plugin-help": "^5.1.7",
"@oclif/test": "^2.0.2",
"@types/chai": "^4.1.6",
"@types/mocha": "^8.0.0",
"@types/mocha": "^9",
"@types/node": "^14.0.14",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"globby": "^11",
"mocha": "^8",
"mocha": "^9",
"nyc": "^15.1.0",
"oclif": "^2.0.0-main.5",
"oclif": "2.0.0-main.11",
"ts-node": "^9.0.0",

@@ -56,5 +56,5 @@ "typescript": "4.4.3"

"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"pretest": "yarn build && tsc -p test --noEmit",
"build": "rm -rf lib && tsc"
}
}

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

$ oclif-example (--version)
@oclif/plugin-which/2.0.0 darwin-x64 node-v12.22.6
@oclif/plugin-which/2.0.1 linux-x64 node-v12.22.7
$ oclif-example --help [COMMAND]

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

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