Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
parcel-reporter-bundle-manifest
Advanced tools
https://github.com/mugi-uno/parcel-plugin-bundle-manifest, but for Parcel 2
This will add parcel-manifest.json
to the target dir. Example:
{
"index.html": "/index.html",
"layout.css": "/layout.f955332a.css",
"editor.css": "/editor.e1160f52.css",
"editor.tsx": "/editor.9099e93e.js"
}
npm install --save-dev parcel-reporter-bundle-manifest
Add parcel-reporter-bundle-manifest
to .parcelrc
in reporters
.
{
"extends": "@parcel/config-default",
"reporters": ["...", "parcel-reporter-bundle-manifest"]
}
package.json
main
branch in GitHubThis plugin behave similarly to https://github.com/mugi-uno/parcel-plugin-bundle-manifest.
parcel-reporter-bundle-manifest © Autify Engineers. Released under the MIT License.
Authored and maintained by Autify Engineers with help from contributors.
FAQs
https://github.com/mugi-uno/parcel-plugin-bundle-manifest, but for Parcel 2
The npm package parcel-reporter-bundle-manifest receives a total of 467 weekly downloads. As such, parcel-reporter-bundle-manifest popularity was classified as not popular.
We found that parcel-reporter-bundle-manifest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.