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

@phenomnomnominal/tsquery

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phenomnomnominal/tsquery - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

4

package.json
{
"name": "@phenomnomnominal/tsquery",
"version": "6.0.0",
"version": "6.0.1",
"description": "Query TypeScript ASTs with the esquery API!",

@@ -28,2 +28,3 @@ "main": "dist/src/index.js",

"dependencies": {
"@types/esquery": "^1.5.0",
"esquery": "^1.5.0"

@@ -38,3 +39,2 @@ },

"devDependencies": {
"@types/esquery": "^1.5.0",
"@types/jest": "^29.5.2",

@@ -41,0 +41,0 @@ "@types/node": "^20.4.0",

# TSQuery
[![npm version](https://img.shields.io/npm/v/@phenomnomnominal/tsquery.svg)](https://img.shields.io/npm/v/@phenomnomnominal/tsquery.svg)
[![Code Climate](https://codeclimate.com/github/phenomnomnominal/tsquery/badges/gpa.svg)](https://codeclimate.com/github/phenomnomnominal/tsquery)
[![Test Coverage](https://codeclimate.com/github/phenomnomnominal/tsquery/coverage.svg)](https://codeclimate.com/github/phenomnomnominal/tsquery/coverage)

@@ -182,2 +180,2 @@ TSQuery is a port of the ESQuery API for TypeScript! TSQuery allows you to query a TypeScript AST for patterns of syntax using a CSS style selector system.

const updatedCode = replace('const x = 1;', 'Identifier', () => 'y'));
```
```
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