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
105
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.3.3 to 1.3.4

lib/createExpressApp.d.ts.map

1

lib/createExpressApp.d.ts

@@ -22,1 +22,2 @@ /// <reference types="node" resolution-mode="require"/>

export type { Express };
//# sourceMappingURL=createExpressApp.d.ts.map

@@ -6,1 +6,2 @@ import * as express from 'express';

export { express };
//# sourceMappingURL=index.d.ts.map

@@ -7,1 +7,2 @@ /// <reference types="node" resolution-mode="require"/>

export declare function parseHttpsConfig(config: HttpsConfig): HttpsConfig;
//# sourceMappingURL=parseHttpsConfig.d.ts.map

4

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

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

"dependencies": {
"@ms-cloudpack/path-utilities": "^2.2.1",
"@ms-cloudpack/path-utilities": "^2.2.2",
"@types/express": "^4.17.16",

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

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