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

@men-mvc/foundation

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@men-mvc/foundation - npm Package Compare versions

Comparing version 0.118.0 to 0.119.0

lib/express/index.d.ts

1

lib/utilities/index.d.ts

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

export * from './file';
export * from './auth';

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

__exportStar(require("./file"), exports);
__exportStar(require("./auth"), exports);

@@ -27,2 +27,3 @@ "use strict";

};
// TODO: unit test even thought this is already tested in the tests for other components
const readReadableAsString = async (readable) => {

@@ -29,0 +30,0 @@ try {

6

package.json
{
"name": "@men-mvc/foundation",
"version": "0.118.0",
"version": "0.119.0",
"description": "Package that includes shared variables, types and utility functions for MEN MVC framework.",

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

"dependencies": {
"@men-mvc/config": "^0.118.0",
"@men-mvc/config": "^0.119.0",
"express": "^4.18.2",

@@ -55,3 +55,3 @@ "joi": "^17.9.1",

"license": "MIT",
"gitHead": "aeeab799fa5d516797d2cfaa09ff030f47629a4f"
"gitHead": "74de58db222dc763ed3204762c029eed13e2fd07"
}
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