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

js-fullstack-node-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-fullstack-node-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -24,3 +24,3 @@ #!/usr/bin/env node

.then((answers) => {
const fullDir = path.resolve(__dirname, dir);
const fullDir = path.resolve(process.cwd(), dir);
const command = `git clone https://github.com/loatheb/${answers.framework}-boilerplate.git ${fullDir}`;

@@ -27,0 +27,0 @@ console.log('command', command);

{
"name": "js-fullstack-node-cli",
"version": "1.0.0",
"version": "1.0.1",
"bin": {

@@ -12,2 +12,6 @@ "cli": "./index.js"

},
"dependencies": {
"commander": "^5.1.0",
"inquirer": "^7.1.0"
},
"keywords": [],

@@ -14,0 +18,0 @@ "author": "",

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