New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

microframework

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microframework - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

MicroFramework.d.ts

1

index.d.ts

@@ -10,1 +10,2 @@ export * from "./ConfigLoader";

export * from "./ModulesRegistry";
export * from "./MicroFramework";

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

__export(require("./ModulesRegistry"));
__export(require("./MicroFramework"));
//# sourceMappingURL=index.js.map

@@ -7,2 +7,4 @@ import { Container } from "typedi";

* This class runs microframework and its specified modules.
*
* @deprecated
*/

@@ -9,0 +11,0 @@ export declare class MicroFrameworkBootstrapper {

@@ -11,2 +11,4 @@ "use strict";

* This class runs microframework and its specified modules.
*
* @deprecated
*/

@@ -13,0 +15,0 @@ var MicroFrameworkBootstrapper = (function () {

2

package.json
{
"name": "microframework",
"private": false,
"version": "0.5.4",
"version": "0.5.5",
"description": "Micro framework is a bundle of express.js, mongodb ODM, validator, dependancy injection framework and restful controllers for your apps using Typescript",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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