Socket
Socket
Sign inDemoInstall

ast-kit

Package Overview
Dependencies
24
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.11.0

3

./dist/index.js

@@ -179,2 +179,5 @@ // src/check.ts

}
if (!hasPlugin(plugins, "explicitResourceManagement")) {
plugins.push("explicitResourceManagement");
}
if (REGEX_LANG_JSX.test(lang) && !hasPlugin(plugins, "jsx")) {

@@ -181,0 +184,0 @@ plugins.push("jsx");

@@ -179,2 +179,5 @@ // src/check.ts

}
if (!hasPlugin(plugins, "explicitResourceManagement")) {
plugins.push("explicitResourceManagement");
}
if (REGEX_LANG_JSX.test(lang) && !hasPlugin(plugins, "jsx")) {

@@ -181,0 +184,0 @@ plugins.push("jsx");

10

package.json
{
"name": "ast-kit",
"version": "0.10.0",
"version": "0.11.0",
"packageManager": "pnpm@8.6.12",

@@ -33,3 +33,3 @@ "description": "AST Toolkit.",

"dependencies": {
"@babel/parser": "^7.22.10",
"@babel/parser": "^7.22.11",
"@rollup/pluginutils": "^5.0.3",

@@ -39,6 +39,6 @@ "pathe": "^1.1.1"

"devDependencies": {
"@babel/types": "^7.22.10",
"@babel/types": "^7.22.11",
"@sxzz/eslint-config": "^3.4.0",
"@sxzz/prettier-config": "^1.0.4",
"@types/node": "^20.5.1",
"@types/node": "^20.5.4",
"@vitest/coverage-v8": "^0.34.2",

@@ -53,3 +53,3 @@ "@vitest/ui": "^0.34.2",

"tsx": "^3.12.7",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vitest": "^0.34.2"

@@ -56,0 +56,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc