
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
grasp-equery
Advanced tools

A query engine for grasp - use JavaScript code examples with wildcards.
For documentation on the selector format, see the grasp page on equery.
See also the other query engine for grasp: squery.
Add grasp-equery to your package.json, and then require it: var equery = require('grasp-equery);.
The squery object exposes four properties: three functions, parse, queryParsed, query, and the version string as VERSION.
Use parse(selector) to parse a string selector into a parsed selector.
Use queryParsed(parsedSelector, ast) to query your parsed selector.
query(selector, ast) is shorthand for doing queryParsed(parse(selector), ast).
The AST must be in the Mozilla SpiderMonkey AST format - you can use acorn to parse a JavaScript file into the format.
If you are using one selector for multiple ASTs, parse it first, and then feed the parsed version to queryParsed. If you are only using the selector once, just use query.
FAQs
grasp query using example code with wildcards
The npm package grasp-equery receives a total of 26 weekly downloads. As such, grasp-equery popularity was classified as not popular.
We found that grasp-equery 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.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.