🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

node-source-walk

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-source-walk - npm Package Compare versions

Comparing version

to
7.0.1

10

package.json
{
"name": "node-source-walk",
"version": "7.0.0",
"version": "7.0.1",
"description": "Execute a callback on every node of a source code's AST and stop walking when you see fit",

@@ -39,9 +39,9 @@ "main": "index.js",

"dependencies": {
"@babel/parser": "^7.24.4"
"@babel/parser": "^7.26.7"
},
"devDependencies": {
"c8": "^9.1.0",
"sinon": "^17.0.1",
"c8": "^10.1.3",
"sinon": "^19.0.2",
"uvu": "^0.5.6",
"xo": "^0.58.0"
"xo": "^0.60.0"
},

@@ -48,0 +48,0 @@ "xo": {