Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ms-cloudpack/create-express-app

Package Overview
Dependencies
Maintainers
2
Versions
102
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 0.1.0 to 0.1.1

lib/tsdoc-metadata.json

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Fri, 20 May 2022 04:25:53 GMT",
"date": "Wed, 28 Sep 2022 08:14:45 GMT",
"tag": "@ms-cloudpack/create-express-app_v0.1.1",
"version": "0.1.1",
"comments": {
"patch": [
{
"author": "elcraig@microsoft.com",
"package": "@ms-cloudpack/create-express-app",
"commit": "084168500b6320d6861a4c7e8f363fea9e4f831e",
"comment": "Remove unnecessary await"
}
]
}
},
{
"date": "Tue, 20 Sep 2022 08:13:46 GMT",
"tag": "@ms-cloudpack/create-express-app_v0.1.0",
"version": "0.1.0",
"comments": {
"none": [
{
"author": "email not defined",
"package": "@ms-cloudpack/create-express-app",
"commit": "f408318df04c9a3e4754975a28c39660abf32687",
"comment": "Update devDependency @types/express to v4.17.14"
}
]
}
},
{
"date": "Fri, 20 May 2022 04:26:15 GMT",
"tag": "@ms-cloudpack/create-express-app_v0.1.0",
"version": "0.1.0",
"comments": {
"minor": [

@@ -11,0 +41,0 @@ {

# Change Log - @ms-cloudpack/create-express-app
This log was last generated on Fri, 20 May 2022 04:25:53 GMT and should not be manually modified.
This log was last generated on Wed, 28 Sep 2022 08:14:45 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.1
Wed, 28 Sep 2022 08:14:45 GMT
### Patches
- Remove unnecessary await (elcraig@microsoft.com)
## 0.1.0
Fri, 20 May 2022 04:25:53 GMT
Fri, 20 May 2022 04:26:15 GMT

@@ -11,0 +19,0 @@ ### Minor changes

4

lib/createExpressApp.js

@@ -1,2 +0,2 @@

import express from 'express';
import express, {} from 'express';
import cors from 'cors';

@@ -16,3 +16,3 @@ import compression from 'compression';

// Call setup callback with the app.
await setupCallback(app);
setupCallback(app);
// Listen on port.

@@ -19,0 +19,0 @@ const server = app.listen(port);

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

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

"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/get-port": "4.2.0"

@@ -29,0 +29,0 @@ },

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