Gathering detailed insights and metrics for @coveo/auth
Gathering detailed insights and metrics for @coveo/auth
Gathering detailed insights and metrics for @coveo/auth
Gathering detailed insights and metrics for @coveo/auth
npm install @coveo/auth
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
52 Stars
4,997 Commits
34 Forks
11 Watching
95 Branches
82 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (82.43%)
JavaScript (10.63%)
HTML (5.3%)
CSS (1.35%)
Apex (0.23%)
Vue (0.05%)
Cumulative downloads
Total Downloads
Last day
0%
11
Compared to previous day
Last week
-76.1%
104
Compared to previous week
Last month
274.6%
2,656
Compared to previous month
Last year
39.1%
30,352
Compared to previous year
5
To install all dependencies and link local packages, run:
1npm i
To install a dependency in a specific package, specify the workspace:
1npm i lodash -w @coveo/headless-react-samples
To build all projects for production, run:
1npm run build
To build a single project for production (for instance, the atomic
package), run:
1npx nx run atomic:build
To start Atomic & Headless simultaneously in development (recommended), run:
1npx nx run atomic:dev
To start a single project in development (for instance, the quantic
package), run:
1npx nx run quantic:dev
To run a specific task in a package separate it with colon e.g. to run test:watch
inside quantic
1npx nx run quantic:test:watch
To start story book in development, run:
1npx nx run atomic-storybook:dev
To run the tests for a specific package (recommended) e.g. atomic
package
1npx nx run atomic:test
For e2e tests
1npx nx run atomic:dev 2# In a separate terminal 3npx nx run atomic:e2e
To run e2e tests for specific files/components using the Cypress GUI
1npx nx run atomic:e2e:watch
1npm run lint:check 2npm run lint:fix
The project uses git hooks with Husky. You can make sure hooks are correctly installed using the npm rebuild
command.
The following Visual Studio Code extensions are recommended:
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 9
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
24 existing vulnerabilities detected
Details
Score
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