Socket
Socket
Sign inDemoInstall

@foal/core

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foal/core - npm Package Compare versions

Comparing version 0.6.0-beta.3 to 0.6.0-beta.4

lib/common/utils/get-command-line-arguments.util.d.ts

1

lib/auth/entities/group.entity.d.ts

@@ -5,3 +5,4 @@ import { Permission } from './permission.entity';

name: string;
codeName: string;
permissions: Permission[];
}

@@ -31,2 +31,8 @@ "use strict";

__decorate([
typeorm_1.Column({ length: 100, unique: true })
// @ts-ignore : Property 'codeName' has no initializer and is not definitely assigned in theconstructor.
,
__metadata("design:type", String)
], Group.prototype, "codeName", void 0);
__decorate([
typeorm_1.ManyToMany(type => permission_entity_1.Permission),

@@ -33,0 +39,0 @@ typeorm_1.JoinTable()

export { controller } from './controller.util';
export { escapeProp } from './escape-prop';
export { escape } from './escape';
export { getCommandLineArguments } from './get-command-line-arguments.util';
export { render } from './render.util';
export { subModule } from './sub-module.util';
export { validate } from './validate.util';

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

exports.escape = escape_1.escape;
var get_command_line_arguments_util_1 = require("./get-command-line-arguments.util");
exports.getCommandLineArguments = get_command_line_arguments_util_1.getCommandLineArguments;
var render_util_1 = require("./render.util");

@@ -14,2 +16,4 @@ exports.render = render_util_1.render;

exports.subModule = sub_module_util_1.subModule;
var validate_util_1 = require("./validate.util");
exports.validate = validate_util_1.validate;
//# sourceMappingURL=index.js.map

28

package.json
{
"name": "@foal/core",
"version": "0.6.0-beta.3",
"description": "A high-level Node.JS framework to quickly build web apps in TypeScript.",
"version": "0.6.0-beta.4",
"description": "High level web framework to create enterprise-grade Node.JS applications.",
"main": "./lib/index.js",

@@ -27,8 +27,20 @@ "types": "./lib/index.d.ts",

"keywords": [
"backend",
"TypeScript",
"framework",
"dependency-injection",
"API",
"foal",
"Nodejs",
"nodejs-framework",
"auth",
"express",
"ORM",
"REST",
"security",
"TypeORM",
"FoalTS",
"typescript-framework",
"node",
"typescript",
"server",
"foal",
"rest"
"mvc",
"web-framework"
],

@@ -79,3 +91,3 @@ "bugs": {

"devDependencies": {
"@foal/ejs": "^0.6.0-beta.3",
"@foal/ejs": "^0.6.0-beta.4",
"@types/mocha": "^2.2.43",

@@ -82,0 +94,0 @@ "@types/node": "^10.1.2",

@@ -9,6 +9,4 @@ # FoalTS

**This work is in progress and is currently not ready for production.**
Web framework to create enterprise-grade Node.JS applications .
FoalTS is a high-level Node.JS framework to quickly build web apps in TypeScript.
Github: [https://github.com/FoalTS/foal](https://github.com/FoalTS/foal)

@@ -15,0 +13,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