Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
applause-button
Advanced tools
A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts
A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts.
NOTICE: The free and hosted version of this service is no longer operational. If you want to use the applause button on your website you are encouraged to host the back-end yourself using the code from the following repo: https://github.com/ColinEberhardt/applause-button-server
The applause button is a custom element that can be added directly to the page. Here is a minimal example:
<head>
<!-- add the button style & script -->
<link rel="stylesheet" href="dist/applause-button.css" />
<script src="dist/applause-button.js"></script>
</head>
<body>
<!-- add the button! -->
<applause-button style="width: 4rem" />
</body>
The above will render an applause button, persisting claps and clap counts.
For more information, visit the project website;
All browsers with partial support of Custom Elements; check current state at Browserslist.
Clone this repo then install dependencies via yarn:
yarn
Use yarn test
to run the test suite. These use Jest as the test runner, and Puppeteer as a headless Chrome instance,
allowing the applause button to make API requests (with appropriate responses faked within the test code).
You can build the code and start watching the src
folder for changes as follows:
yarn watch
Then run the following command in another terminal, to serve a test page containing an applause-button:
yarn test:serve
Navigate to http://localhost:8081 to view the test page; remember to refresh the page after code changes.
All releases are created automatically via semantic release running as a GitHub workflow.
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
FAQs
A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts
We found that applause-button demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.