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
3
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
1.0.2
to
1.0.3
+7
-0
CHANGELOG.md

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

## [1.0.3](https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3) (2018-10-13)
### Bug Fixes
* remove greenkeeper badge ([281ab74](https://github.com/oclif/plugin-which/commit/281ab74))
## [1.0.2](https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2) (2018-09-14)

@@ -2,0 +9,0 @@

+1
-1

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

{"version":"1.0.2","commands":{"which":{"id":"which","description":"show which plugin a command is in","pluginName":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"command","required":true}]}}}
{"version":"1.0.3","commands":{"which":{"id":"which","description":"show which plugin a command is in","pluginName":"@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": "1.0.2",
"version": "1.0.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
"@oclif/command": "^1.5.1",
"@oclif/config": "^1.7.6",
"cli-ux": "^4.8.2",
"@oclif/command": "^1.5.4",
"@oclif/config": "^1.8.7",
"cli-ux": "^4.9.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1.18.0",
"@oclif/dev-cli": "^1.19.1",
"@oclif/plugin-help": "^2.1.2",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"chai": "^4",
"@types/node": "^10.11.7",
"chai": "^4.2.0",
"globby": "^8",

@@ -27,3 +27,3 @@ "mocha": "^5",

"tslint": "^5.11.0",
"typescript": "^3.0.3"
"typescript": "^3.1.3"
},

@@ -30,0 +30,0 @@ "engines": {

@@ -12,3 +12,2 @@ @oclif/plugin-which

[![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/master/package.json)
[![Greenkeeper badge](https://badges.greenkeeper.io/oclif/plugin-which.svg)](https://greenkeeper.io/)

@@ -26,3 +25,3 @@ <!-- toc -->

$ oclif-example (-v|--version|version)
@oclif/plugin-which/1.0.2 linux-x64 node-v10.10.0
@oclif/plugin-which/1.0.3 linux-x64 node-v10.12.0
$ oclif-example --help [COMMAND]

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

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