Gathering detailed insights and metrics for @agriffis/xstyled-emotion
Gathering detailed insights and metrics for @agriffis/xstyled-emotion
npm install @agriffis/xstyled-emotion
Typescript
Module System
Node Version
NPM Version
64.3
Supply Chain
76.3
Quality
74.3
Maintenance
100
Vulnerability
99.6
License
MDX (63.69%)
TypeScript (31.6%)
JavaScript (4.69%)
CSS (0.01%)
Total Downloads
637
Last Day
3
Last Week
4
Last Month
17
Last Year
88
2,294 Stars
649 Commits
105 Forks
13 Watching
3 Branches
153 Contributors
Minified
Minified + Gzipped
Latest Version
3.1.3-agriffis.2
Package Id
@agriffis/xstyled-emotion@3.1.3-agriffis.2
Unpacked Size
72.46 kB
Size
11.17 kB
File Count
8
NPM Version
lerna/4.0.0/node@v14.18.1+x64 (linux)
Node Version
14.18.1
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
142.9%
17
Compared to previous month
Last year
-59.1%
88
Compared to previous year
2
A utility-first CSS-in-JS framework built for React.
1npm install @agriffis/xstyled-emotion @emotion/react @emotion/styled
See the documentation at xstyled.dev for more information about using xstyled!
Quicklinks to some of the most-visited pages:
1import { x } from '@agriffis/xstyled-emotion' 2 3function Example() { 4 return ( 5 <x.div p={{ _: 3, md: 6 }} bg="white" display="flex" spaceX={4}> 6 <x.div flexShrink={0}> 7 <x.img h={12} w={12} src="/img/logo.svg" alt="xstyled Logo" /> 8 </x.div> 9 <x.div> 10 <x.h4 11 fontSize={{ _: 'md', lg: 'xl' }} 12 fontWeight="medium" 13 color="black" 14 > 15 xstyled 16 </x.h4> 17 <x.p color="gray-500">A CSS-in-JS framework built for React.</x.p> 18 </x.div> 19 </x.div> 20 ) 21}
Licensed under the MIT License, Copyright © 2019-present Greg Bergé.
See LICENSE for more information.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 5/25 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
44 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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