Socket
Socket
Sign inDemoInstall

nevm-mvc-scaffold

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nevm-mvc-scaffold - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

3

index.js

@@ -142,2 +142,4 @@ const fs = require('fs');

function vueInstall() {
// Save the current working directory
const currentDirectory = process.cwd();
// Prompt the user if they want to install Vue.js with Vite

@@ -150,2 +152,3 @@ rl.question('Do you want to install Vue.js with Vite? (y/n): ', (answer) => {

exec('npm install vite @vitejs/plugin-vue', (error, stdout, stderr) => {
process.chdir(currentDirectory);
if (error) {

@@ -152,0 +155,0 @@ console.error(`Error installing Vue.js with Vite: ${error}`);

2

package.json
{
"name": "nevm-mvc-scaffold",
"version": "1.0.9",
"version": "1.0.10",
"description": "Initialize project structure for Node.js applications following the MVC pattern with express.js, vue, vue-router and vite",

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

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