Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

surge

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surge - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

18

lib/middleware/help.js

@@ -7,6 +7,6 @@ var helpers = require("./util/helpers")

.log()
.log(" Surge".bold, "– Single-command web publishing.".grey, ("(v" + req.pkg.version + ")"). grey)
.log(" " + req.config.name.bold, "– single command web publishing.".grey, ("(v" + req.pkg.version + ")"). grey)
.log()
.log(" Usage:".grey)
.log(" surge <project> <domain>")
.log(" "+ req.config.name +" <project> <domain>")
.log()

@@ -20,8 +20,8 @@ .log(" Options:".grey)

.log(" Additional commands:".grey)
.log(" surge whoami show who you are logged in as")
.log(" surge logout expire local token")
.log(" surge login only performs authentication step")
.log(" surge list list all domains you have access to")
.log(" surge teardown tear down a published project")
.log(" surge plan set account plan")
.log(" "+ req.config.name +" whoami show who you are logged in as")
.log(" "+ req.config.name +" logout expire local token")
.log(" "+ req.config.name +" login only performs authentication step")
.log(" "+ req.config.name +" list list all domains you have access to")
.log(" "+ req.config.name +" teardown tear down a published project")
.log(" "+ req.config.name +" plan set account plan")
.log()

@@ -37,3 +37,3 @@ // .log(" Examples:".grey)

.log()
.log(" When in doubt, run ".grey + "surge".green.underline + " from within your project directory.".grey)
.log(" When in doubt, run ".grey + req.config.name.green.underline + " from within your project directory.".grey)
.log()

@@ -40,0 +40,0 @@

@@ -87,2 +87,3 @@

config.platform = config.platform || "surge.sh"
config.name = config.name || "surge"

@@ -89,0 +90,0 @@ var options = {

{
"name": "surge",
"version": "0.21.0",
"version": "0.21.1",
"description": "CDN for front-end developers",

@@ -5,0 +5,0 @@ "author": "Brock Whitten <brock@chloi.io>",

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