New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vtex/cli-plugin-whoami

Package Overview
Dependencies
Maintainers
65
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/cli-plugin-whoami - npm Package Compare versions

Comparing version

to
0.1.0

2

CHANGELOG.md

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

## [0.1.0-beta] - 2020-10-07
## [0.1.0] - 2020-11-04
### Changed

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

{"version":"0.1.0-beta","commands":{"whoami":{"id":"whoami","description":"See your credentials current status","pluginName":"@vtex/cli-plugin-whoami","pluginType":"core","aliases":[],"examples":["vtex whoami"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[]}}}
{"version":"0.1.0","commands":{"whoami":{"id":"whoami","description":"See your credentials current status","pluginName":"@vtex/cli-plugin-whoami","pluginType":"core","aliases":[],"examples":["vtex whoami"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Show debug level logs","allowNo":false},"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"trace":{"name":"trace","type":"boolean","description":"Ensure all requests to VTEX IO are traced","allowNo":false}},"args":[]}}}
{
"name": "@vtex/cli-plugin-whoami",
"description": "vtex plugin whoami",
"version": "0.1.0-beta",
"version": "0.1.0",
"bugs": "https://github.com/vtex/cli-plugin-whoami/issues",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -32,3 +32,3 @@ # VTEX CLI Plugin Whoami

$ vtex (-v|--version|version)
@vtex/cli-plugin-whoami/0.1.0-beta linux-x64 node-v12.18.4
@vtex/cli-plugin-whoami/0.1.0 linux-x64 node-v12.19.0
$ vtex --help [COMMAND]

@@ -61,3 +61,3 @@ USAGE

_See code: [build/commands/whoami.ts](https://github.com/vtex/cli-plugin-whoami/blob/v0.1.0-beta/build/commands/whoami.ts)_
_See code: [build/commands/whoami.ts](https://github.com/vtex/cli-plugin-whoami/blob/v0.1.0/build/commands/whoami.ts)_
<!-- commandsstop -->