Socket
Socket
Sign inDemoInstall

nevm-mvc-scaffold

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

3

index.js

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

const frontEndDirectory = './frontend';
process.chdir(frontEndDirectory);
console.log('Installing Vue.js with Vite...');
process.chdir(frontEndDirectory); // Change directory to frontend
exec('npm install vite @vitejs/plugin-vue', (error, stdout, stderr) => {

@@ -165,2 +165,3 @@ if (error) {

// Update frontend files and folders

@@ -167,0 +168,0 @@ function updateFrontend() {

{
"name": "nevm-mvc-scaffold",
"version": "1.0.8",
"version": "1.0.9",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc