
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
I do most development by starting the demo site in dev mode and iterating that way. The following commands will install all dependencies, run an initial development build and then start a local server. Every time you save a file, it will rebuild the bundle and automatically refresh the page.
# First clone the repo, then...
cd webamp
# Change into the NPM module's sub directory
cd packages/webamp
# __Note:__ Please use pnpm over npm/yarn, since pnpm will respect our `pnpm-lock.yaml` file
pnpm install
pnpm start
http://localhost:8080/ should automatically open in your browser.
# Run tests and lint checks
pnpm test
The NPM module is built separately from the demo site. To build it run:
pnpm run build-library
This will write files to ./built.
pnpm test
This will run the tests the linter and the type checker.
To update snapshots run
pnpm test -u
package.jsonCHANGELOG.md to the new version number and ensure it is up to dateVERSION property of the Webamp class in webampLazy.tsxcd packages/webampnpm publish1.4.2 or 1.4.3-beta.3)git push origin <TAG_NAME>minimal/index.htmlminimalMilkdrop/index.htmlwebpack/package.jsonwebpackLazyLoad/package.jsonFAQs
Winamp 2 implemented in HTML5 and JavaScript
The npm package webamp receives a total of 2,568 weekly downloads. As such, webamp popularity was classified as popular.
We found that webamp demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.