You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ast-kit

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-kit - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+0
-1
dist/index.d.ts

@@ -76,3 +76,2 @@ import { ParseError, ParseResult, ParserOptions } from "@babel/parser";

declare function isExpressionType(node: t.Node | null | undefined): node is t.Expression;
/* v8 ignore start */
/**

@@ -79,0 +78,0 @@ * Checks if the input `node` is a reference to a bound variable.

+10
-10
{
"name": "ast-kit",
"version": "2.1.1",
"version": "2.1.2",
"description": "A toolkit for easy Babel AST generation and manipulation.",

@@ -31,20 +31,20 @@ "type": "module",

"dependencies": {
"@babel/parser": "^7.27.7",
"@babel/parser": "^7.28.0",
"pathe": "^2.0.3"
},
"devDependencies": {
"@babel/types": "^7.27.7",
"@sxzz/eslint-config": "^7.0.4",
"@babel/types": "^7.28.2",
"@sxzz/eslint-config": "^7.1.2",
"@sxzz/prettier-config": "^2.2.3",
"@types/node": "^22.15.34",
"@types/node": "^24.2.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"bumpp": "^10.2.0",
"eslint": "^9.30.0",
"bumpp": "^10.2.2",
"eslint": "^9.33.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.3",
"prettier": "^3.6.2",
"tsdown": "^0.12.9",
"tsdown": "^0.14.0",
"tsx": "^4.20.3",
"typescript": "5.8.3",
"typescript": "5.9.2",
"vitest": "^3.2.4"

@@ -61,5 +61,5 @@ },

"test": "vitest",
"release": "bumpp && pnpm publish",
"release": "bumpp",
"typecheck": "tsc --noEmit"
}
}

@@ -20,3 +20,3 @@ # ast-kit [![npm](https://img.shields.io/npm/v/ast-kit.svg)](https://npmjs.com/package/ast-kit) [![JSR](https://jsr.io/badges/@sxzz/ast-kit)](https://jsr.io/@sxzz/ast-kit) [![Unit Test](https://github.com/sxzz/ast-kit/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/ast-kit/actions/workflows/unit-test.yml) [![codecov](https://codecov.io/gh/sxzz/ast-kit/graph/badge.svg?token=MHTCPNMZAK)](https://codecov.io/gh/sxzz/ast-kit)

Requires Node.js 16.14.0 or higher.
Requires Node.js 20.18.0 or higher.

@@ -23,0 +23,0 @@ ## AST Explorer