New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 0.0.4 to 0.0.5

2

oclif.manifest.json

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

{"version":"0.0.4","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.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":[]}}}
{
"name": "@vgs/netlify-cli-plugin",
"version": "0.0.4",
"version": "0.0.5",
"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.4 darwin-x64 node-v9.11.2
@vgs/netlify-cli-plugin/0.0.5 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.4/src/commands/vgs-auth.js)_
_See code: [src/commands/vgs-auth.js](https://github.com/verygoodsecurity/netlify-cli-plugin/blob/v0.0.5/src/commands/vgs-auth.js)_
<!-- commandsstop -->

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

// const url = `https://netlify-addon-genpop.verygoodsecurity.io/auth?siteId=${netlifyConfig.siteId}`
const url = `http://localhost:5000/auth?siteId=${netlifyConfig.siteId}`
const url = `https://netlify-addon-genpop.verygoodsecurity.io/auth?siteId=${netlifyConfig.siteId}`
// const url = `http://localhost:5000/auth?siteId=${netlifyConfig.siteId}`
opn(url, {wait: false})

@@ -14,0 +14,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc