Socket
Socket
Sign inDemoInstall

node-source-walk

Package Overview
Dependencies
Maintainers
1
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 4.1.0 to 4.2.0

4

index.js

@@ -28,3 +28,5 @@ const parser = require('@babel/parser');

'functionSent',
'dynamicImport'
'dynamicImport',
'optionalChaining',
'nullishCoalescingOperator'
],

@@ -31,0 +33,0 @@ allowHashBang: true,

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

@@ -5,0 +5,0 @@ "main": "index.js",

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