Socket
Socket
Sign inDemoInstall

ast-walker-scope

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-walker-scope - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

./dist/index.js

43

package.json
{
"name": "ast-walker-scope",
"version": "0.4.0",
"packageManager": "pnpm@7.25.1",
"version": "0.4.1",
"packageManager": "pnpm@7.30.0",
"description": "Traverse Babel AST with scope information.",

@@ -14,5 +14,8 @@ "license": "MIT",

"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./*": "./*"
},

@@ -23,21 +26,21 @@ "publishConfig": {

"dependencies": {
"@babel/parser": "^7.20.13",
"@babel/types": "^7.20.7"
"@babel/parser": "^7.21.3",
"@babel/types": "^7.21.3"
},
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.4",
"@sxzz/eslint-config-ts": "^2.4.4",
"@types/node": "^18.11.18",
"bumpp": "^8.2.1",
"eslint": "^8.32.0",
"eslint-define-config": "^1.14.0",
"@sxzz/eslint-config-prettier": "^2.4.5",
"@sxzz/eslint-config-ts": "^2.4.5",
"@types/node": "^18.15.3",
"bumpp": "^9.0.0",
"eslint": "^8.36.0",
"eslint-define-config": "^1.17.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.2.12",
"magic-string": "^0.27.0",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"tsx": "^3.12.2",
"typescript": "^5.0.0-beta",
"vite": "^4.0.4",
"vitest": "^0.28.3"
"magic-string": "^0.30.0",
"prettier": "^2.8.4",
"tsup": "^6.7.0",
"tsx": "^3.12.5",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vitest": "^0.29.3"
},

@@ -44,0 +47,0 @@ "engines": {

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