@phenomnomnominal/tsquery
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"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')); | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12
0
75342
3
181
+ Added@types/esquery@^1.5.0
+ Added@types/esquery@1.5.4(transitive)
+ Added@types/estree@1.0.6(transitive)