Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.