Gathering detailed insights and metrics for @paprika/stylers
Gathering detailed insights and metrics for @paprika/stylers
Gathering detailed insights and metrics for @paprika/stylers
Gathering detailed insights and metrics for @paprika/stylers
npm install @paprika/stylers
Typescript
Module System
Node Version
NPM Version
53.1
Supply Chain
72.5
Quality
80
Maintenance
100
Vulnerability
99.6
License
JavaScript (89.35%)
MDX (5.86%)
TypeScript (4.33%)
SCSS (0.39%)
PHP (0.06%)
Makefile (0.01%)
Total Downloads
3,201,211
Last Day
4
Last Week
4,902
Last Month
29,201
Last Year
372,331
54 Stars
7,140 Commits
9 Forks
42 Watching
85 Branches
377 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.10
Package Id
@paprika/stylers@1.1.10
Unpacked Size
64.00 kB
Size
11.37 kB
File Count
28
NPM Version
8.19.3
Node Version
16.19.0
Publised On
22 Apr 2023
Cumulative downloads
Total Downloads
Last day
-99.4%
4
Compared to previous day
Last week
-35.8%
4,902
Compared to previous week
Last month
7.3%
29,201
Compared to previous month
Last year
-54.5%
372,331
Compared to previous year
1
1
The stylers
package is a companion for the tokens
package, they are both implementations of the Starling Design System for use in styling user interfaces. The stylers
are more than just simple values however, they are helper functions and bundles of CSS rules.
1yarn add @paprika/stylers
or with npm:
1npm install @paprika/stylers
stylers
are intended for use internally and externally.
Internally, when contributors create Paprika components, and externally, when application developers consume Paprika to create user interfaces with the Starling Design System.
Typically consumers will be using tokens with Sass. They can be included in any Sass file with:
1@import "@paprika/stylers/lib/helpers.scss";
Then you should be able to use Sass functions like font-size()
and spacer()
as well as mixins like @include truncate-text;
and @include focus-ring(true)
.
For scalability, in implementation of the stylers
is split into:
includes.js
and formIncludes.js
(for bundles of styling rules)helpers.js
(functions that take an input and generate a value or styling rule/rules).No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
45 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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