Gathering detailed insights and metrics for @randy.tarampi/pwa-asset-generator
Gathering detailed insights and metrics for @randy.tarampi/pwa-asset-generator
npm install @randy.tarampi/pwa-asset-generator
Typescript
Module System
Min. Node Version
Node Version
NPM Version
39.5
Supply Chain
74.7
Quality
71
Maintenance
50
Vulnerability
97
License
JavaScript (100%)
Total Downloads
5,191
Last Day
2
Last Week
2
Last Month
81
Last Year
435
79 Commits
2 Watching
10 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
3.0.4
Package Id
@randy.tarampi/pwa-asset-generator@3.0.4
Unpacked Size
22.53 kB
Size
5.77 kB
File Count
8
NPM Version
lerna/3.22.1/node@v10.23.0+x64 (linux)
Node Version
10.23.0
Cumulative downloads
Total Downloads
Last day
100%
2
Compared to previous day
Last week
-92.6%
2
Compared to previous week
Last month
170%
81
Compared to previous month
Last year
-40%
435
Compared to previous year
7
Use sharp
to quickly generate image assets for a Progressive Web Application.
A single solution that wholly replaces @randy.tarampi/android-icon-resize
, @randy.tarampi/android-splash-generate
, @randy.tarampi/ios-icon-resize
and @randy.tarampi/ios-splash-generate
, or their old lwip
relatives android-icon-resize
, android-splash-generate
, ios-icon-resize
and ios-splash-generate
.
1brew install nvm 2nvm install 8 3npm install -g npm
1npm install -g @randy.tarampi/pwa-asset-generator
1# Generate icons and splash screens from a single file to the current working directory 2pwa-asset-generator ./path/to/input/file 3 4# Generate icons and splash screens from a single file to a specific directory 5pwa-asset-generator ./path/to/input/file ./path/to/output/directory 6 7# Generate splash screens from `./path/to/input/file` and icons from `./path/to/icon/file` 8pwa-asset-generator ./path/to/input/file --icon ./path/to/icon/file 9 10# Generate splash screens from `./path/to/splash/file` and icons from `./path/to/input/file` 11pwa-asset-generator ./path/to/input/file --splash ./path/to/splash/file 12 13# Generate icons and splash screens for a given format 14pwa-asset-generator ./path/to/input/file --format webp
1npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/9 approved changesets -- score normalized to 6
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
87 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