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

microframework

Package Overview
Dependencies
Maintainers
1
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.2.3 to 0.2.4

4

microframework.d.ts

@@ -205,2 +205,6 @@ declare module 'microframework/MicroFrameworkConfig' {

/**
* Gets the root directory of the running application.
*/
rootDirectory: string;
/**
* Sets the name used by microframework. Note that name must be set before bootstrapping the framework.

@@ -207,0 +211,0 @@ */

@@ -67,3 +67,3 @@ "use strict";

key: "setName",
// todo: find the way to remove global dependency
// todo: later rename this to rootDirectory too

@@ -158,4 +158,13 @@ // -------------------------------------------------------------------------

get: function get() {
return this._configurator;
return this._configurator; // todo: find the way to remove global dependency
}
/**
* Gets the root directory of the running application.
*/
}, {
key: "rootDirectory",
get: function get() {
return this.settings.baseDirectory;
}
}]);

@@ -162,0 +171,0 @@

2

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

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

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