resq
npmv1.11.0React Element Selector Query (resq) - Query React components and children by selector (component name)
Not recommended for new projects
No — resq should not be adopted for new projects. Last published 1336 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1336 days ago.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 35 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding resq to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing resq, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the resq README.
interface RESQNode {
name: 'MyComponent',
node: HTMLElement | null,
isFragment: boolean,
state: string | boolean | any[] | {},
props: {},
children: RESQNode[]
}
resq$(selector: string, element?: HTMLElement): RESQNode
resq$$(selector: string, element?: HTMLElement): Array<RESQNode>resq vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| resqthis page | 0 | 1 | MIT | 3 years ago |
| react | 152.8M | 82 | MIT | 1 day ago |
| react-dom | 143.7M | 47 | MIT | 1 day ago |
| react-style-singleton | 59.1M | 2 | MIT | 1 day ago |
| reselect | 44M | 1 | MIT | 1 day ago |
| next | 40.6M | 0 | MIT | 1 day ago |
Dependencies
Declared by resq v1.11.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (16)
Used by
Popular packages that depend on resq.
Relationship graph
Dependencies (left) and dependents (right) of resq.
Frequently installed together
A high-level API to control headless Chrome over the DevTools Protocol
Check if a value is a plain object
The fast, flexible & elegant library for parsing and manipulating HTML and XML.
A simple list of CSS shorthand properties and which longhand properties they expand to
Create, read and edit .zip files with JavaScript http://stuartk.com/jszip
The lodash method `_.cloneDeep` exported as a module.
TypeScript definitions for @sinonjs/fake-timers
Utility package providing type information for a variety of WebdriverIO interfaces
A WDIO helper utility to provide several utility functions used across the project.
CSS value parser
lightweight rgb/rgba to hex parser
Polyfill for the URLPattern API
Release history
No releases in the last two years, typically about 33 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.11.0latest | 3 years ago | 23 KB | MIT |
| 1.10.2 | 4 years ago | 23 KB | MIT |
| 1.10.1 | 5 years ago | 23 KB | MIT |
| 1.10.0 | 5 years ago | 21 KB | MIT |
| 1.9.2 | 5 years ago | 21 KB | MIT |
| 1.9.1 | 5 years ago | 21 KB | MIT |
| 1.9.0 | 5 years ago | 21 KB | MIT |
| 1.8.0 | 6 years ago | 20 KB | MIT |
| 1.7.1 | 6 years ago | 20 KB | MIT |
| 1.8.0-beta.0 | 6 years ago | 14 KB | MIT |
| 1.7.0 | 6 years ago | 14 KB | MIT |
| 1.6.1 | 7 years ago | 15 KB | MIT |
| 1.6.0 | 7 years ago | 15 KB | MIT |
| 1.5.0 | 7 years ago | 11 KB | MIT |
| 1.5.0-beta.0 | 7 years ago | 11 KB | MIT |
Overview
resq is an npm package that react Element Selector Query (resq) - Query React components and children by selector (component name). It has 1 known dependents in the graph. The latest version is 1.11.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need react Element Selector Query (resq) - Query React components and children by selector (component name) and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
Cons
- Large dependency tree (17 direct dependencies) increases install size and audit surface.
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use resq?
No — resq should not be adopted for new projects. Last published 1336 days ago.
How do I install resq?
Run `npm install resq` to add resq to your npm project.
How many dependencies does resq have?
resq declares 17 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 35 KB on disk.
What license is resq released under?
resq is distributed under the MIT license.
How popular is resq?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on resq.
Is resq still maintained?
The most recent release of resq (v1.11.0) was published 3 years ago.
Does resq run install scripts?
No. resq does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.