Gathering detailed insights and metrics for @types/postcss-flexbugs-fixes
Gathering detailed insights and metrics for @types/postcss-flexbugs-fixes
Gathering detailed insights and metrics for @types/postcss-flexbugs-fixes
Gathering detailed insights and metrics for @types/postcss-flexbugs-fixes
The repository for high quality TypeScript type definitions.
npm install @types/postcss-flexbugs-fixes
Typescript
Module System
94.4
Supply Chain
74.1
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
10,236,810
Last Day
1,247
Last Week
24,008
Last Month
92,217
Last Year
1,105,191
NOASSERTION License
49,833 Stars
89,506 Commits
30,392 Forks
640 Watchers
6 Branches
9,958 Contributors
Updated on Jun 02, 2025
Latest Version
5.0.3
Package Id
@types/postcss-flexbugs-fixes@5.0.3
Unpacked Size
4.03 kB
Size
1.75 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-3.9%
1,247
Compared to previous day
Last Week
8.4%
24,008
Compared to previous week
Last Month
-23.1%
92,217
Compared to previous month
Last Year
-12.5%
1,105,191
Compared to previous year
1
npm install --save @types/postcss-flexbugs-fixes
This package contains type definitions for postcss-flexbugs-fixes (https://github.com/luisrudge/postcss-flexbugs-fixes#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-flexbugs-fixes.
1import { PluginCreator } from "postcss"; 2 3declare namespace postcssFlexbugsFixes { 4 type PostcssFlexbugsFixesPlugin = PluginCreator<Options>; 5 6 interface Options { 7 /** 8 * @default true 9 */ 10 bug4?: boolean | undefined; 11 /** 12 * @default true 13 */ 14 bug6?: boolean | undefined; 15 /** 16 * @default true 17 */ 18 bug81a?: boolean | undefined; 19 } 20} 21 22/** 23 * PostCSS plugin This project tries to fix all of {@link https://github.com/philipwalton/flexbugs|flexbug's} issues. 24 */ 25declare const postcssFlexbugsFixes: postcssFlexbugsFixes.PostcssFlexbugsFixesPlugin; 26 27export = postcssFlexbugsFixes; 28
These definitions were written by Piotr Błażejewicz.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
Found 22/29 approved changesets -- score normalized to 7
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-02
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