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

express-boilerplate-gen

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-boilerplate-gen - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
const fs = require('fs');
const path = require('path');
const args = process.argv;

@@ -34,5 +35,6 @@

var root = '/';
var port = 3000;
var public = 'public';
var app = 'app.js';
var public = 'public';

@@ -39,0 +41,0 @@ if (args.includes('-p')) {

{
"name": "express-boilerplate-gen",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generates a default express project",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ # node-express-boilerplate-gen

# Arguments
**format:** `express-gen -port [port] -d [dir] -n [file]`
**format:** `express-gen -p [port] -d [dir] -n [file]`
+ **-p [port]**

@@ -11,0 +11,0 @@ + The port which your express server will use (default: 3000)

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