Socket
Socket
Sign inDemoInstall

@foal/core

Package Overview
Dependencies
65
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.2

15

package.json
{
"name": "@foal/core",
"version": "0.2.0",
"version": "0.2.2",
"description": "Backend framework written in TypeScript",

@@ -8,9 +8,6 @@ "main": "./dist/index.js",

"scripts": {
"lint": "tslint -p tslint.json",
"test": "mocha --compilers ts:ts-node/register ./**/*.spec.ts",
"test-watch": "mocha -w --compilers ts:ts-node/register ./**/*.spec.ts",
"e2e": "ts-node -r tsconfig-paths/register e2e/src/index.ts",
"e2e-watch": "nodemon e2e/src/index.ts",
"test": "mocha --require ts-node/register ./**/*.spec.ts",
"test-watch": "mocha -w --require ts-node/register ./**/*.spec.ts",
"compile": "tsc",
"prepublishOnly": "tsc"
"prepublish": "tsc"
},

@@ -48,12 +45,8 @@ "keywords": [

"@types/mocha": "^2.2.43",
"body-parser": "^1.18.1",
"chai": "^4.1.2",
"express": "^4.15.4",
"mocha": "^3.5.3",
"nodemon": "^1.12.1",
"ts-node": "^3.3.0",
"tsconfig-paths": "^2.3.0",
"tslint": "^5.7.0",
"typescript": "^2.5.2"
}
}
# FoalTS
*This work is in progress.*
**This work is in progress. Future releases may break current features, so use it at your own risk!**

@@ -72,5 +72,4 @@ ## Installation

- @foal/cli
- @foal/common
- [@foal/sequelize](https://github.com/FoalTS/foal-sequelize)
- @foal/core
- @foal/sequelize

@@ -77,0 +76,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc