You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@vgs/netlify-cli-plugin

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vgs/netlify-cli-plugin - npm Package Compare versions

Comparing version

to
0.0.6

2

oclif.manifest.json

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

{"version":"0.0.5","commands":{"vgs-auth":{"id":"vgs-auth","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@vgs/netlify-cli-plugin","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}}
{"version":"0.0.6","commands":{"vgs-auth":{"id":"vgs-auth","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@vgs/netlify-cli-plugin","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]}}}
{
"name": "@vgs/netlify-cli-plugin",
"version": "0.0.5",
"version": "0.0.6",
"author": "Dima Marynych @dmarynych",

@@ -5,0 +5,0 @@ "bugs": "https://github.com/verygoodsecurity/netlify-cli-plugin/issues",

@@ -22,3 +22,3 @@ @vgs/netlify-cli-plugin

$ vgs-auth (-v|--version|version)
@vgs/netlify-cli-plugin/0.0.5 darwin-x64 node-v9.11.2
@vgs/netlify-cli-plugin/0.0.6 darwin-x64 node-v9.11.2
$ vgs-auth --help [COMMAND]

@@ -50,3 +50,3 @@ USAGE

_See code: [src/commands/vgs-auth.js](https://github.com/verygoodsecurity/netlify-cli-plugin/blob/v0.0.5/src/commands/vgs-auth.js)_
_See code: [src/commands/vgs-auth.js](https://github.com/verygoodsecurity/netlify-cli-plugin/blob/v0.0.6/src/commands/vgs-auth.js)_
<!-- commandsstop -->

@@ -10,2 +10,6 @@ const {Command, flags} = require('@oclif/command')

if (!netlifyConfig.siteId) {
throw new Error('Could parse your site id. Did you link this folder to netlify-cli?')
}
const url = `https://netlify-addon-genpop.verygoodsecurity.io/auth?siteId=${netlifyConfig.siteId}`

@@ -12,0 +16,0 @@ // const url = `http://localhost:5000/auth?siteId=${netlifyConfig.siteId}`