Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.