Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@methodus/framework-commons

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@methodus/framework-commons - npm Package Compare versions

Comparing version
7.0.4
to
7.0.6
+16
README.md
<!-- tabs:start -->
#### ** Reference **
[filename](globals.md ':include')
#### ** Tests overview **
[tests](tests.html ':include :type=iframe width=100% height=100%')
#### ** Tests dashboard **
[tests](tests_dashboard.html ':include :type=iframe width=100% height=100%')
<!-- tabs:end -->
+3
-4

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Mapping = exports.commons = void 0;
exports.commons = void 0;
const log_1 = require("./log");

@@ -19,3 +19,2 @@ const fp_1 = require("./fp");

__exportStar(require("./config"), exports);
const _Mapping = require("./param/params");
var commons;

@@ -25,7 +24,7 @@ (function (commons) {

commons.logger = log_1.logger;
commons.util = fp_1.util;
commons.util = fp_1.fp;
})(commons = exports.commons || (exports.commons = {}));
exports.default = commons;
exports.Mapping = _Mapping;
__exportStar(require("./param/mapping"), exports);
__exportStar(require("./response"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@methodus/framework-commons",
"version": "7.0.4",
"version": "7.0.6",
"description": "Commons for methodus",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://methodus.dev",
"repository": {
"type": "git",
"url": "https://github.com/nodulusteam/methodus.dev/tree/master/modules/framework/framework-commons"
},
"keywords": [
"methodus",
"unified application framework",
"microservice",
"rpc",
"eventsourcing",
"agnostic",
"independent",
"framework",
"typescript",
"bind",
"application"
],
"author": "NodulusTeam",
"license": "BSD-3-Clause",
"scripts": {

@@ -14,4 +34,2 @@ "build": "rm -rf ./dist && tsc",

},
"author": "NodulusTeam",
"license": "BSD-3-Clause",
"publishConfig": {

@@ -23,3 +41,3 @@ "access": "public"

},
"gitHead": "2db688986a429b78bd0d1949ec39c61fb4c698c4"
"gitHead": "c265bdd00f46e64f8f024450c84467da19cdc1cf"
}
<!-- tabs:start -->
#### ** Reference **
[filename](globals.md ':include')
#### ** Tests overview **
[tests](tests.html ':include :type=iframe width=100% height=100%')
<!-- tabs:end -->