Socket
Socket
Sign inDemoInstall

escomplex-ast-moz

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "escomplex-ast-moz",
"version": "0.1.3",
"version": "0.1.4",
"description": "Mozilla-format AST walker for escomplex.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/philbooth/escomplex-ast-moz",

@@ -22,2 +22,3 @@ /*globals exports, require */

check.verifyFunction(callbacks.createScope, 'Invalid createScope callback');
check.verifyFunction(callbacks.popScope, 'Invalid popScope callback');

@@ -48,2 +49,6 @@ syntaxes = syntaxDefinitions.get(settings);

visitChildren(node);
if (syntax.newScope) {
callbacks.popScope();
}
}

@@ -50,0 +55,0 @@ }

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