Huge News!Announcing our $40M Series B led by Abstract Ventures.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.30 to 1.0.31

2

bin/index.js
#! /usr/bin/env node
const { spawn } = require('child_process');

@@ -43,2 +42,3 @@ const path = require('path');

if (code === 0) {
spawn('rm', ['-rf', 'bin']);
console.log('\nProject setup completed successfully!');

@@ -45,0 +45,0 @@ } else {

{
"name": "mern-x",
"version": "1.0.30",
"version": "1.0.31",
"description": "MERN-X is a comprehensive full-stack framework 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.",

@@ -12,2 +12,3 @@ "main": "bin/index.js",

},
"postinstall": "npx mern-x",
"keywords": [],

@@ -14,0 +15,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