Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
Gathering detailed insights and metrics for @foal/core
npm install @foal/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
61.3
Supply Chain
78.5
Quality
77
Maintenance
100
Vulnerability
99.6
License
TypeScript (98.24%)
HTML (0.82%)
JavaScript (0.71%)
Shell (0.24%)
Total Downloads
690,969
Last Day
93
Last Week
1,664
Last Month
7,536
Last Year
111,791
1,901 Stars
5,672 Commits
142 Forks
23 Watching
10 Branches
63 Contributors
Minified
Minified + Gzipped
Latest Version
4.5.1
Package Id
@foal/core@4.5.1
Unpacked Size
385.59 kB
Size
74.83 kB
File Count
238
NPM Version
lerna/8.1.7/node@v20.17.0+arm64 (darwin)
Node Version
20.17.0
Publised On
14 Sept 2024
Cumulative downloads
Total Downloads
Last day
78.8%
93
Compared to previous day
Last week
-12.1%
1,664
Compared to previous week
Last month
-26.8%
7,536
Compared to previous month
Last year
-39.3%
111,791
Compared to previous year
Foal (or FoalTS) is a Node.JS framework for creating web applications.
It provides a set of ready-to-use components so you don't have to reinvent the wheel every time. In one single place, you have a complete environment to build web applications. This includes a CLI, testing tools, frontend utilities, scripts, advanced authentication, ORM, deployment environments, GraphQL and Swagger API, AWS utilities, and more. You no longer need to get lost on npm searching for packages and making them work together. All is provided.
But while offering all these features, the framework remains simple. Complexity and unnecessary abstractions are put aside to provide the most intuitive and expressive syntax. We believe that concise and elegant code is the best way to develop an application and maintain it in the future. It also allows you to spend more time coding rather than trying to understand how the framework works.
Finally, the framework is entirely written in TypeScript. The language brings you optional static type-checking along with the latest ECMAScript features. This allows you to detect most silly errors during compilation and improve the quality of your code. It also offers you autocompletion and a well documented API.
Testing FoalTS is put on a very high priority. Providing a reliable product is really important to us. As of December 2020, the framework is covered by more than 2100 tests.
New features, no matter what they offer, are useless if they are not well documented. Maintaining complete and quality documentation is key to the framework. If you think something is missing or unclear, feel free to open an issue on Github!
Great attention is paid to the stability of the product. You can find out more by consulting our dependency policy, semantic versioning rules and long-term support policy.
First install Node.Js and npm.
npx @foal/cli createapp my-app
cd my-app
npm run dev
The development server is started! Go to http://localhost:3001
and find our welcoming page!
:point_right: Continue with the tutorial :seedling:
You can join the community chat here.
See the contribution guidelines.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/11 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More