
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@paraboly/pwc-choices
Advanced tools
<script
type="module"
src="https://unpkg.com/@paraboly/pwc-choices@latest/dist/pwc-choices/pwc-choices.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/@paraboly/pwc-choices@latest/dist/pwc-choices/pwc-choices.js"
></script>
npm install @paraboly/pwc-choices --save
<script src='node_modules/@paraboly/pwc-choices/dist/pwc-choices.js'></script>
in the head of your index.htmlnpm install @paraboly/pwc-choices --save
import @paraboly/pwc-choices;
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
Dropdown input with multi-select and search support.
We found that @paraboly/pwc-choices 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.