Socket
Socket
Sign inDemoInstall

node-source-walk

Package Overview
Dependencies
Maintainers
3
Versions
32
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 6.0.2 to 7.0.0

12

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

@@ -36,12 +36,12 @@ "main": "index.js",

"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@babel/parser": "^7.21.8"
"@babel/parser": "^7.24.4"
},
"devDependencies": {
"c8": "^7.13.0",
"sinon": "^15.0.4",
"c8": "^9.1.0",
"sinon": "^17.0.1",
"uvu": "^0.5.6",
"xo": "^0.54.2"
"xo": "^0.58.0"
},

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

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