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

esquery-jsx

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esquery-jsx

A query library for ECMAScript AST using a CSS selector like query language. With Support for JSX.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

#ESQuery-jsx ESQuery-jsx is a library for querying the AST output by Esprima for patterns of syntax using a CSS style selector system. With JSX support.

Full Documentation

Thanks

Thanks to allesklarbeidir for raising the following PR.

Plan Going forward

Once the JSX PR lands in esquery, I will depdeprecate esquery-jsx;

For JSX-Support use:

var esquery = require("esquery/jsx");

instead of:

var esquery = require("esquery");

(Note the '/jsx' part)

Build Status

Keywords

FAQs

Package last updated on 06 Oct 2018

Did you know?

Socket

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.

Install

Related posts

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