New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mern-x

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mern-x - npm Package Compare versions

Comparing version 1.0.54 to 1.0.55

2

bin/installer.js

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

if (code === 0) {
console.log('\nMERN-X Start Successfully! browse localhost:5000');
console.log('\nMERN-X Start Successfully! browse localhost:4000');
} else {

@@ -55,0 +55,0 @@ console.error('\nAn error occurred during npm start.');

{
"name": "mern-x",
"version": "1.0.54",
"version": "1.0.55",
"description": "MERN-X is a comprehensive full-stack project structure designed to streamline the development of web applications using the popular MERN stack: MongoDB, Express.js, React, and Node.js. Built with simplicity and scalability in mind, MERN.js empowers developers to create robust and efficient applications from end to end.",

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

@@ -19,2 +19,2 @@ export const MONGODB_CONNECTION = "mongodb+srv://testuser7777:testuser7777@cluster0.7uslu.mongodb.net/MernEcommerce?retryWrites=true&w=majority";

export const PORT=5000;
export const PORT=4000;
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