+0
-1
@@ -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" | ||
| } | ||
| } |
+1
-1
@@ -20,3 +20,3 @@ # ast-kit [](https://npmjs.com/package/ast-kit) [](https://jsr.io/@sxzz/ast-kit) [](https://github.com/sxzz/ast-kit/actions/workflows/unit-test.yml) [](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 |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
60248
-0.07%1568
-0.06%Updated