Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
bianco.query
Advanced tools
Modern DOM query selectors helpers written in es2015
import $ from 'bianco.query'
const footer = document.querySelector('.main-footer')
const header = document.querySelector('.main-header')
// convert DOM nodes to arrays
$(footer)
.concat($(header))
.forEach(el => el.classList.add('fade-in'))
// handle DOM queries
$('h1', 'main').forEach(h1 => h1.classList.add('main-title'))
Simple helper to find DOM nodes returning them as array like loopable object
selector
(string | DOMNodeList) either the query or the DOM nodes to arraifyscope
HTMLElement context defining where the query will search for the DOM nodesReturns Array DOM nodes found as array
FAQs
Modern DOM query selectors helpers written in es2015
We found that bianco.query 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
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.