Socket
Socket
Sign inDemoInstall

@ms-cloudpack/create-express-app

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/create-express-app - npm Package Compare versions

Comparing version 1.8.10 to 1.9.0

4

lib/createExpressApp.js

@@ -54,7 +54,7 @@ import compression from 'compression';

const httpsServer = https.createServer(await parseHttpsConfig({ domain, https: sslOptions, cwd }), app);
server = httpsServer.listen(port, domain);
server = httpsServer.listen(port);
}
else {
// Create an HTTP server.
server = app.listen(port, domain);
server = app.listen(port);
}

@@ -61,0 +61,0 @@ }

{
"name": "@ms-cloudpack/create-express-app",
"version": "1.8.10",
"version": "1.9.0",
"description": "Helper for creating an express app server, abstracting a common plugin setup.",

@@ -20,3 +20,3 @@ "license": "MIT",

"@ms-cloudpack/path-utilities": "^2.7.44",
"@ms-cloudpack/setup-utilities": "^0.3.6",
"@ms-cloudpack/setup-utilities": "^0.4.0",
"@types/express": "^4.17.16",

@@ -23,0 +23,0 @@ "compression": "^1.7.4",

Sorry, the diff of this file is not supported yet

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