Installations
npm install @swc/core-win32-ia32-msvc
Score
98.8
Supply Chain
36.9
Quality
96.7
Maintenance
100
Vulnerability
99.6
License
Releases
v1.9.3
Published on 22 Nov 2024
v1.9.3-nightly-20241122.1
Published on 22 Nov 2024
v1.9.2
Published on 11 Nov 2024
v1.9.2-nightly-20241111.1
Published on 11 Nov 2024
v1.9.1
Published on 06 Nov 2024
v1.9.1-nightly-20241106.1
Published on 06 Nov 2024
Contributors
Developer
Developer Guide
Module System
CommonJS
Min. Node Version
>=10
Typescript Support
No
Node Version
20.18.0
NPM Version
10.8.2
Statistics
31,293 Stars
9,878 Commits
1,232 Forks
154 Watching
6 Branches
297 Contributors
Updated on 27 Nov 2024
Languages
Rust (97.06%)
JavaScript (2.04%)
TypeScript (0.77%)
Shell (0.12%)
Python (0.01%)
Total Downloads
Cumulative downloads
Total Downloads
166,049,024
Last day
1.3%
356,252
Compared to previous day
Last week
4.8%
1,813,160
Compared to previous week
Last month
9.2%
7,577,967
Compared to previous month
Last year
58.7%
84,325,732
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
Make the web (development) faster.
SWC (stands for Speedy Web Compiler
) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see rustdoc and for most users, your entry point for using the library will be parser.
Also, SWC tries to ensure that
If you select the latest version of each crates, it will work
for rust users.
MSRV of crates is currently 1.73
.
To update all SWC crates you use, you can run curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s
. This script will update all dependencies to the latest version and run cargo build
to ensure that everything works.
Note that you need
jq
cargo upgrade
command to run the script.
If you are using SWC from JavaScript, please refer to docs on the website.
Documentation
Check out the documentation in the website.
Features
Please see comparison with babel.
Performance
Please see benchmark results on the website.
Supporting swc
SWC is a community-driven project, and is maintained by a group of volunteers. If you'd like to help support the future of the project, please consider:
- Giving developer time on the project. (Message us on Discord (preferred) or Github discussions for guidance!)
- Giving funds by becoming a sponsor (see https://opencollective.com/swc)!
Contributing
See CONTRIBUTING.md. You may also find the architecture documentation useful (ARCHITECTURE.md).
License
SWC is primarily distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
No vulnerabilities found.
Reason
30 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0
Reason
no dangerous workflow patterns detected
Reason
packaging workflow detected
Details
- Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-crates.yml:25
Reason
project is fuzzed
Details
- Info: RustCargoFuzzer integration found: crates/swc_ecma_minifier/fuzz/fuzz_targets/bug.rs:2
Reason
no binaries found in the repo
Reason
Found 13/29 approved changesets -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/CI.yml:1
- Warn: no topLevel permission defined: .github/workflows/bench.yml:1
- Warn: no topLevel permission defined: .github/workflows/ecosystem-ci.yml:1
- Warn: no topLevel permission defined: .github/workflows/publish-crates.yml:1
- Warn: topLevel 'contents' permission set to 'write': .github/workflows/publish-npm-package.yml:23
- Warn: no topLevel permission defined: .github/workflows/publish.yml:1
- Warn: no topLevel permission defined: .github/workflows/stale.yml:1
- Info: no jobLevel write permissions found
Reason
Project has not signed or included provenance with any releases.
Details
- Warn: release artifact v1.9.3-nightly-20241122.1 not signed: https://api.github.com/repos/swc-project/swc/releases/186795336
- Warn: release artifact v1.9.3 not signed: https://api.github.com/repos/swc-project/swc/releases/186799716
- Warn: release artifact v1.9.2-nightly-20241111.1 not signed: https://api.github.com/repos/swc-project/swc/releases/184593682
- Warn: release artifact v1.9.2 not signed: https://api.github.com/repos/swc-project/swc/releases/184598269
- Warn: release artifact v1.9.1-nightly-20241106.1 not signed: https://api.github.com/repos/swc-project/swc/releases/183926738
- Warn: release artifact v1.9.3-nightly-20241122.1 does not have provenance: https://api.github.com/repos/swc-project/swc/releases/186795336
- Warn: release artifact v1.9.3 does not have provenance: https://api.github.com/repos/swc-project/swc/releases/186799716
- Warn: release artifact v1.9.2-nightly-20241111.1 does not have provenance: https://api.github.com/repos/swc-project/swc/releases/184593682
- Warn: release artifact v1.9.2 does not have provenance: https://api.github.com/repos/swc-project/swc/releases/184598269
- Warn: release artifact v1.9.1-nightly-20241106.1 does not have provenance: https://api.github.com/repos/swc-project/swc/releases/183926738
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 14 are checked with a SAST tool
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:351: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:358: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:360: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:404: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:409: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:507: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:514: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:534: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:212: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:219: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:265: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:328: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:157: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/CI.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/CI.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bench.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/bench.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/bench.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/bench.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/bench.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/bench.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/bench.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/bench.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ecosystem-ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/ecosystem-ci.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ecosystem-ci.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/ecosystem-ci.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/lock.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/lock.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/nissuer.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/nissuer.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-crates.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-crates.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-crates.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-crates.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-crates.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-crates.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-crates.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-crates.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:382: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:389: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:399: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:527: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:601: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:617: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:622: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:201: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:209: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:219: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:224: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:234: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:258: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:281: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:305: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:312: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:320: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:345: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:352: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-npm-package.yml:359: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish-npm-package.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/publish.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/swc-project/swc/stale.yml/main?enable=pin
- Warn: downloadThenRun not pinned by hash: .github/workflows/CI.yml:156
- Warn: downloadThenRun not pinned by hash: .github/workflows/CI.yml:381
- Warn: downloadThenRun not pinned by hash: .github/workflows/CI.yml:422
- Warn: npmCommand not pinned by hash: .github/workflows/CI.yml:442
- Warn: npmCommand not pinned by hash: .github/workflows/CI.yml:444
- Warn: npmCommand not pinned by hash: .github/workflows/CI.yml:489
- Warn: npmCommand not pinned by hash: .github/workflows/publish-npm-package.yml:371
- Warn: npmCommand not pinned by hash: .github/workflows/publish-npm-package.yml:411
- Warn: downloadThenRun not pinned by hash: .github/workflows/publish-npm-package.yml:634
- Warn: downloadThenRun not pinned by hash: .github/workflows/publish-npm-package.yml:255
- Info: 0 out of 48 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 28 third-party GitHubAction dependencies pinned
- Info: 0 out of 5 downloadThenRun dependencies pinned
- Info: 0 out of 5 npmCommand dependencies pinned
Reason
51 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: RUSTSEC-2021-0139
- Warn: Project is vulnerable to: RUSTSEC-2021-0145 / GHSA-g98v-hv3f-hcfr
- Warn: Project is vulnerable to: RUSTSEC-2024-0375
- Warn: Project is vulnerable to: RUSTSEC-2024-0388
- Warn: Project is vulnerable to: RUSTSEC-2020-0095
- Warn: Project is vulnerable to: RUSTSEC-2022-0081
- Warn: Project is vulnerable to: RUSTSEC-2023-0055 / GHSA-c2hm-mjxv-89r4
- Warn: Project is vulnerable to: GHSA-2326-pfpj-vx3h
- Warn: Project is vulnerable to: RUSTSEC-2023-0086
- Warn: Project is vulnerable to: RUSTSEC-2024-0370
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-8hfj-j24r-96c4
- Warn: Project is vulnerable to: GHSA-wc69-rhjr-hc9g
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-wf5p-g6vw-rhxx
- Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-fj58-h2fr-3pp2
- Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x
- Warn: Project is vulnerable to: GHSA-434g-2637-qmqr
- Warn: Project is vulnerable to: GHSA-49q7-c7j4-3p7m
- Warn: Project is vulnerable to: GHSA-977x-g7h5-7qgw
- Warn: Project is vulnerable to: GHSA-f7q4-pwc6-w24p
- Warn: Project is vulnerable to: GHSA-fc9h-whq2-v747
- Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx
- Warn: Project is vulnerable to: GHSA-jchw-25xp-jwwc
- Warn: Project is vulnerable to: GHSA-cxjh-pqwp-8mfp
- Warn: Project is vulnerable to: GHSA-c7qv-q95q-8v27
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5
- Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp
- Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq
- Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr
- Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765
- Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g
- Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p
- Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j
- Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6
- Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg
- Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p
- Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-wr3j-pwj9-hqq6
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
4.8
/10
Last Scanned on 2024-11-18
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