
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
its simple library for dom control.
example
if mobile
console.log($.events) // {start: 'touchstart', move: 'touchmove', end: 'touchend'}
if desktop
console.log($.events) // {start: 'mousedown', move: 'mousemove', end: 'mouseup'}
example
$.roundTo(25.2222222, 2) // 25.22
example
$.floor(25.2222222) // 25
$.floor(25.8222222) // 26
example
$.findFirst([{id: 1}, {id: 2}, {id: 3}], function (item) {
return item.id === 2;
}) /// {id: 1, value: {id: 2}};
example
$.parse('<div><span></span></div></div>') // [element: HTMLDivElement, element: HTMLSpanElement];
FAQs
its simple library for dom control.
The npm package ts-query receives a total of 10 weekly downloads. As such, ts-query popularity was classified as not popular.
We found that ts-query demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.