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

configure-express-app

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configure-express-app - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

10

index.js

@@ -94,11 +94,11 @@ #!/usr/bin/env node

\napp.use(helmet());
\n\napp.use(express.json({ limit: '500mb', extended: true }));\n
\napp.use(express.json({ limit: '500mb', extended: true }));\n
\napp.use(morgan('combined'))
\napp.use('/api/', helloWorldRoute);\n
\napp.use('/api/', helloWorldRoute);
\nconsole.log(\`Starting the development server...\\n\`);
\napp.get('/', (req, res) => res.send('Hello World!'))\napp.listen(port, () => console.log(\`Example app listening on port \${port\}!\\n\`));
\nconsole.log(\`Compiled successfully!\\n\`);
\nconsole.log(\`You can now view ${ProjectName ? ProjectName : alterProjectName} in the browser.\\n\`);
\nconsole.log('\\x1b[32m%s\\x1b[0m', \` Local : http://localhost:${port ? port : 8000}/api/helloworld \`);
\nconsole.log(\`\\nProject running successfully ! \n\`);
console.log(\`You can now view ${ProjectName ? ProjectName : alterProjectName} in the browser.\\n\`);
console.log('\\x1b[32m%s\\x1b[0m', \` Local : http://localhost:${port ? port : 8000}/api/helloworld \`);
console.log(\`\\nProject running successfully ! \n\`);
`;

@@ -105,0 +105,0 @@ fs.writeFileSync(`./${mainFileName ? mainFileName : alterMainFilename}.js`, jsContent);

{
"name": "configure-express-app",
"version": "3.1.2",
"version": "3.1.3",
"description": "use npx configure-express-app",

@@ -5,0 +5,0 @@ "bin": {

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