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.1 to 0.1.2

2

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

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

@@ -5,3 +5,3 @@ /*globals exports, require */

var check, syntaxDefinitions;
var check, safeName, syntaxDefinitions;

@@ -15,3 +15,3 @@ check = require('check-types');

function walk (tree, settings, callbacks) {
var syntaxes
var syntaxes;

@@ -60,4 +60,3 @@ check.verifyObject(tree, 'Invalid syntax tree');

node[child],
check.isFunction(syntax.assignableName) ? syntax.assignableName(node) : '',
currentReport
check.isFunction(syntax.assignableName) ? syntax.assignableName(node) : ''
);

@@ -64,0 +63,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