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

up-serve

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

up-serve - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.npmignore

5

cli.js

@@ -23,5 +23,6 @@ #!/usr/bin/env node

// Check for requirements such as OS version and nginx install.
// #Roadmap: Add ability to satisfy any possible requirements.
//TODO: Add ability to satisfy any possible requirements.
//TODO: Ask for requirements only when needed (exclude for `up list`)
//requirements();
requirements();
// Comment in development and uncomment this line in production.

@@ -28,0 +29,0 @@

4

docs/Changelog.md
# Changelog / Version history
## `up` v. 0.3.1
- Minor patch: Fixed sudo not being required for commands.
## `up` v. 0.3.0

@@ -4,0 +8,0 @@

{
"name": "up-serve",
"version": "0.3.0",
"description": "A cli tool to quickly create and manage nginx server blocks.",
"main": "lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build/fetchTLDS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/up-serve.git"
},
"keywords": [
"up",
"serve",
"nginx",
"server",
"block"
],
"bin": {
"up": "./cli.js"
},
"pkg": {
"assets": "assets/*"
},
"author": "Muthu Kumar (@MKRhere)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/up-serve/issues"
},
"homepage": "https://github.com/codefeathers/up-serve#readme",
"dependencies": {
"chalk": "2.3.0",
"commander": "2.11.0",
"fs-extra": "^4.0.2",
"prettyjson": "^1.2.1",
"readline-sync": "^1.4.7",
"shelljs": "^0.7.8"
},
"devDependencies": {
"eslint": "^4.10.0"
}
"name": "up-serve",
"version": "0.3.1",
"description": "A cli tool to quickly create and manage nginx server blocks.",
"main": "lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build/fetchTLDS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/up-serve.git"
},
"keywords": [
"up",
"serve",
"nginx",
"server",
"block"
],
"bin": {
"up": "./cli.js"
},
"pkg": {
"assets": "assets/*"
},
"author": "Muthu Kumar (@MKRhere)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/up-serve/issues"
},
"homepage": "https://github.com/codefeathers/up-serve#readme",
"dependencies": {
"chalk": "2.3.0",
"commander": "2.11.0",
"fs-extra": "^4.0.2",
"prettyjson": "^1.2.1",
"readline-sync": "^1.4.7",
"save": "^2.3.2",
"shelljs": "^0.7.8"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}

@@ -13,3 +13,3 @@ <br /><br /><br /><br /><br />

> Current version: `up v.0.3.0 (Alpha)`
> Current version: `up v.0.3.1 (Alpha)`

@@ -67,8 +67,4 @@ > Notes: `up` is now in Alpha! 🎉 [(Changelog)](/docs/Changelog.md)\

<br /><br />
---
<br /><br />
<h2 align="center">Meta</h2>

@@ -75,0 +71,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