Gathering detailed insights and metrics for vite-plugin-pwa-for-netr
Gathering detailed insights and metrics for vite-plugin-pwa-for-netr
Gathering detailed insights and metrics for vite-plugin-pwa-for-netr
Gathering detailed insights and metrics for vite-plugin-pwa-for-netr
npm install vite-plugin-pwa-for-netr
Typescript
Module System
Node Version
NPM Version
TypeScript (99.59%)
JavaScript (0.41%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3,662 Stars
632 Commits
229 Forks
14 Watchers
20 Branches
65 Contributors
Updated on Jul 13, 2025
Latest Version
0.12.4
Package Id
vite-plugin-pwa-for-netr@0.12.4
Unpacked Size
97.60 kB
Size
23.01 kB
File Count
20
NPM Version
8.3.1
Node Version
16.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
Zero-config PWA Framework-agnostic Plugin for Vite
1npm i vite-plugin-pwa -D 2 3# yarn 4yarn add vite-plugin-pwa -D 5 6# pnpm 7pnpm add vite-plugin-pwa -D
Add VitePWA
plugin to vite.config.js / vite.config.ts
and configure it:
1// vite.config.js / vite.config.ts 2import { VitePWA } from 'vite-plugin-pwa' 3 4export default { 5 plugins: [ 6 VitePWA() 7 ] 8}
Read the 📖 documentation for a complete guide on how to configure and use this plugin.
Check out the client type declarations client.d.ts for built-in frameworks support.
Check out the type declaration src/types.ts and the following links for more details.
MIT License © 2020-PRESENT Anthony Fu
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
3 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 10/30 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
48 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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