Installations
npm install @ai-assistant/rollup-plugin-summary
Developer Guide
Typescript
Yes
Module System
CommonJS
Min. Node Version
>=14.0.0
Node Version
20.0.0
NPM Version
9.6.4
Score
63
Supply Chain
82.1
Quality
75.1
Maintenance
100
Vulnerability
99.6
License
Releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (69.8%)
JavaScript (29.3%)
Shell (0.9%)
Developer
Download Statistics
Total Downloads
1,168
Last Day
3
Last Week
5
Last Month
20
Last Year
895
GitHub Statistics
16 Stars
159 Commits
4 Forks
1 Watching
9 Branches
3 Contributors
Package Meta Information
Latest Version
1.0.0
Package Id
@ai-assistant/rollup-plugin-summary@1.0.0
Unpacked Size
28.06 kB
Size
5.11 kB
File Count
6
NPM Version
9.6.4
Node Version
20.0.0
Publised On
11 Nov 2023
Total Downloads
Cumulative downloads
Total Downloads
1,168
Last day
200%
3
Compared to previous day
Last week
66.7%
5
Compared to previous week
Last month
233.3%
20
Compared to previous month
Last year
227.8%
895
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
5
Peer Dependencies
1
Dev Dependencies
34
rollup-plugin-summary
A rollup plugin that summarizes the output of the build.
Installation
npm
1npm i -D rollup-plugin-summary
yarn
1yarn add -D rollup-plugin-summary
Usage
File: rollup.config.js
1import summary from "rollup-plugin-summary"; 2 3export default { 4 plugins: [summary()], 5};
Documentation
Read the full documentation to learn about options and more.
License
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
2 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-7q7g-4xm8-89cq
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/gh-pages.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gh-pages.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/gh-pages.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/gh-pages.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/gh-pages.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/release.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/release.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/release.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/verify.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/yousifalraheem/rollup-plugin-summary/verify.yml/main?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/verify.yml:36
- Info: 0 out of 6 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 2 third-party GitHubAction dependencies pinned
- Info: 3 out of 4 npmCommand dependencies pinned
Reason
security policy file detected
Details
- Info: security policy file detected: SECURITY.md:1
- Warn: no linked content found
- Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy
- Info: Found text in security policy: SECURITY.md:1
Reason
Found 2/9 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
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/gh-pages.yml:1
- Warn: no topLevel permission defined: .github/workflows/release.yml:1
- Warn: no topLevel permission defined: .github/workflows/verify.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 27 are checked with a SAST tool
Score
4.3
/10
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