Gathering detailed insights and metrics for presets
Gathering detailed insights and metrics for presets
Gathering detailed insights and metrics for presets
Gathering detailed insights and metrics for presets
npm install presets
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1 Commits
3 Watching
2 Branches
1 Contributors
Updated on 21 Oct 2017
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
300%
4
Compared to previous day
Last week
43.8%
23
Compared to previous week
Last month
-73.6%
78
Compared to previous month
Last year
61.8%
1,372
Compared to previous year
Easily load shareable presets. Supports
extends
.
npm:
1npm install presets
yarn:
1yarn add presets
1const loadPresets = require('presets'); 2const presets = new loadPresets('./package.json');
1const loadPresets = require('presets'); 2const presets = new loadPresets('presets-my-awesome-settings');
1const pkg = require('./package.json') 2const presets = new loadPresets(pkg.xo);
presets
can automatically lookup file names to camelCase and kebab-case.
Name | Website |
---|---|
Andreas Pizsa | https://github.com/AndreasPizsa |
MIT © Andreas Pizsa
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
76 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