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

@men-mvc/config

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@men-mvc/config - npm Package Compare versions

Comparing version 0.94.0 to 0.95.0

4

lib/types/baseConfig.d.ts

@@ -32,2 +32,6 @@ import { CacheDriver } from './cacheDriver';

s3?: S3Config;
local?: {
urlSignerSecret: string;
signedUrlDurationInSeconds?: number;
};
};

@@ -34,0 +38,0 @@ logging?: {

@@ -10,1 +10,2 @@ export * from './baseConfig';

export * from './baseConfig';
export * from './s3Config';

@@ -26,1 +26,2 @@ "use strict";

__exportStar(require("./baseConfig"), exports);
__exportStar(require("./s3Config"), exports);

@@ -6,2 +6,8 @@ export type S3Config = {

secretAccessKey: string;
cloudfront?: {
domainName: string;
publicKeyId: string;
privateKeyString: string;
signedUrlDurationInSeconds?: number;
};
};

4

package.json
{
"name": "@men-mvc/config",
"version": "0.94.0",
"version": "0.95.0",
"description": "Config package for Men MVC framework.",

@@ -49,3 +49,3 @@ "private": false,

"license": "MIT",
"gitHead": "82a4607e3e1d50d6232e87daea162c61f1fad742"
"gitHead": "98158f931423d503bf07d2583e2b5c70d53dddfc"
}
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