Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bianco.query

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bianco.query - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

index.d.ts

@@ -6,5 +6,5 @@ type Scope = Element

// borrowed from DOM querySelectorAll
declare function $<K extends keyof HTMLElementTagNameMap>(selectors: K, scope?: Scope): NodeListOf<HTMLElementTagNameMap[K]>;
declare function $<K extends keyof SVGElementTagNameMap>(selectors: K, scope?: Scope): NodeListOf<SVGElementTagNameMap[K]>;
declare function $<E extends Element = Element>(selectors: string, scope?: Scope): NodeListOf<E>;
declare function $<K extends keyof HTMLElementTagNameMap>(selectors: K, scope?: Scope): HTMLElementTagNameMap[K][];
declare function $<K extends keyof SVGElementTagNameMap>(selectors: K, scope?: Scope): SVGElementTagNameMap[K][];
declare function $<E extends Element = Element>(selectors: string, scope?: Scope): E[];
declare function $<W extends Window>(selectors: W, scope?: Scope): [W];

@@ -11,0 +11,0 @@ declare function $<D extends Document>(selectors: D, scope?: Scope): [D];

{
"name": "bianco.query",
"version": "1.1.3",
"version": "1.1.4",
"description": "Modern DOM query selectors helpers written in es2015",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc