
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@paraboly/pwc-multi-filter
Advanced tools
A wrapper over pwc-tabview and pwc-filter. Provides means of dynamically managing multiple filters via a single component.
<script
type="module"
src="https://unpkg.com/@paraboly/pwc-multi-filter@latest/dist/pwc-multi-filter/pwc-multi-filter.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/@paraboly/pwc-multi-filter@latest/dist/pwc-multi-filter/pwc-multi-filter.js"
></script>
npm install @paraboly/pwc-multi-filter --save
<script src='node_modules/@paraboly/pwc-multi-filter/dist/pwc-multi-filter.js'></script>
in the head of your index.htmlnpm install @paraboly/pwc-multi-filter --save
import @paraboly/pwc-multi-filter;
This is just an example from pwc-animated-checkbox, you need to change it!
<pwc-animated-checkbox></pwc-animated-checkbox>
This is just an example from pwc-animated-checkbox, you need to change it!
// Multiple Checkboxes
const pwcCheckboxes = document.querySelectorAll("pwc-animated-checkbox");
pwcCheckboxes.forEach(element => {
element.addEventListener("checkedEvent", event => {
console.log("Event: ", event.detail);
});
})
// Selects the first checkbox
const pwcCheckbox = document.querySelector("pwc-animated-checkbox");
pwcCheckbox.addEventListener("checkedEvent", event => {
console.log("First Element Event: ", event.detail);
Author, author@work_email.com | author@personal_email.com
WebComponent PWC README Boilerplate is available under the MIT license.
See the LICENSE file for more info.
FAQs
A wrapper over pwc-tabview and pwc-filter. Provides means of dynamically managing multiple filters via a single component.
The npm package @paraboly/pwc-multi-filter receives a total of 22 weekly downloads. As such, @paraboly/pwc-multi-filter popularity was classified as not popular.
We found that @paraboly/pwc-multi-filter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.