@expo/plugin-autocomplete
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.1","commands":{"autocomplete:create":{"id":"autocomplete:create","description":"create autocomplete setup scripts and completion functions","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"autocomplete":{"id":"autocomplete","description":"display autocomplete installation instructions","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> autocomplete","$ <%= config.bin %> autocomplete bash","$ <%= config.bin %> autocomplete zsh","$ <%= config.bin %> autocomplete --refresh-cache"],"flags":{"refresh-cache":{"name":"refresh-cache","type":"boolean","char":"r","description":"Refresh cache (ignores displaying instructions)","allowNo":false}},"args":[{"name":"shell","description":"shell type","required":false}]},"autocomplete:script":{"id":"autocomplete:script","description":"outputs autocomplete config script for shells","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[{"name":"shell","description":"shell type","required":false}]}}} | ||
{"version":"1.0.2","commands":{"autocomplete:create":{"id":"autocomplete:create","description":"create autocomplete setup scripts and completion functions","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"autocomplete":{"id":"autocomplete","description":"display autocomplete installation instructions","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","aliases":[],"examples":["$ <%= config.bin %> autocomplete","$ <%= config.bin %> autocomplete bash","$ <%= config.bin %> autocomplete zsh","$ <%= config.bin %> autocomplete --refresh-cache"],"flags":{"refresh-cache":{"name":"refresh-cache","type":"boolean","char":"r","description":"Refresh cache (ignores displaying instructions)","allowNo":false}},"args":[{"name":"shell","description":"shell type","required":false}]},"autocomplete:script":{"id":"autocomplete:script","description":"outputs autocomplete config script for shells","strict":true,"pluginName":"@expo/plugin-autocomplete","pluginAlias":"@expo/plugin-autocomplete","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[{"name":"shell","description":"shell type","required":false}]}}} |
{ | ||
"name": "@expo/plugin-autocomplete", | ||
"description": "autocomplete plugin for oclif", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Salesforce", | ||
@@ -10,3 +10,3 @@ "bugs": "https://github.com/oclif/plugin-autocomplete/issues", | ||
"chalk": "^4.1.0", | ||
"cli-ux": "^5.6.6", | ||
"cli-ux": "^6.0.5", | ||
"debug": "^4.0.0", | ||
@@ -17,3 +17,3 @@ "fs-extra": "^9.0.1" | ||
"@oclif/plugin-help": "^5", | ||
"@oclif/test": "^1", | ||
"@oclif/test": "^2.0.3", | ||
"@types/chai": "^4", | ||
@@ -20,0 +20,0 @@ "@types/fs-extra": "^9.0.13", |
@@ -49,3 +49,3 @@ @oclif/plugin-autocomplete | ||
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v1.0.1/src/commands/autocomplete/index.ts)_ | ||
_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/v1.0.2/src/commands/autocomplete/index.ts)_ | ||
<!-- commandsstop --> |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
31238
0
+ Addedcli-ux@6.0.9(transitive)
- Removed@oclif/command@1.8.36(transitive)
- Removed@oclif/config@1.18.161.18.17(transitive)
- Removed@oclif/errors@1.3.6(transitive)
- Removed@oclif/help@1.0.15(transitive)
- Removed@oclif/parser@3.8.17(transitive)
- Removedcli-ux@5.6.7(transitive)
- Removedwrap-ansi@6.2.0(transitive)
Updatedcli-ux@^6.0.5