Installations
npm install @feathersjs/adapter-commons
Score
99.4
Supply Chain
76.9
Quality
91.3
Maintenance
100
Vulnerability
100
License
Developer
Developer Guide
Module System
CommonJS
Min. Node Version
>= 12
Typescript Support
Yes
Node Version
20.10.0
NPM Version
lerna/8.1.8/node@v20.10.0+arm64 (darwin)
Statistics
15,080 Stars
4,120 Commits
750 Forks
224 Watching
28 Branches
240 Contributors
Updated on 28 Nov 2024
Languages
TypeScript (96.06%)
HTML (3.55%)
JavaScript (0.39%)
Total Downloads
Cumulative downloads
Total Downloads
7,712,774
Last day
-21.3%
8,509
Compared to previous day
Last week
-13%
54,118
Compared to previous week
Last month
10.5%
225,864
Compared to previous month
Last year
40.2%
2,350,800
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Feathers is a full-stack framework for creating web APIs and real-time applications with TypeScript or JavaScript.
Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend like React, VueJS, Angular, React Native, Android or iOS.
Getting started
Get started with just three commands:
1$ npm create feathers my-new-app 2$ cd my-new-app 3$ npm run dev
To learn more about Feathers visit the website at feathersjs.com or jump right into the Feathers guides.
Contributing
To start developing, clone this repository, then run:
cd feathers
npm install
To run all tests run
npm test
Individual tests can be run in the module you are working on:
cd packages/feathers
npm test
License
Copyright (c) 2024 Feathers contributors
Licensed under the MIT license.
No vulnerabilities found.
Reason
8 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
2 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
Reason
Found 17/30 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/feathersjs/feathers/nodejs.yml/dove?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/feathersjs/feathers/nodejs.yml/dove?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-dependencies.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/feathersjs/feathers/update-dependencies.yml/dove?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-dependencies.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/feathersjs/feathers/update-dependencies.yml/dove?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/nodejs.yml:36
- Warn: npmCommand not pinned by hash: .github/workflows/nodejs.yml:37
- Warn: npmCommand not pinned by hash: .github/workflows/nodejs.yml:38
- Warn: npmCommand not pinned by hash: .github/workflows/update-dependencies.yml:23
- Info: 0 out of 4 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 5 npmCommand dependencies pinned
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/nodejs.yml:1
- Warn: no topLevel permission defined: .github/workflows/update-dependencies.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 21 are checked with a SAST tool
Score
5.2
/10
Last Scanned on 2024-11-25
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