Socket
Socket
Sign inDemoInstall

esutils

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

8

lib/ast.js

@@ -97,3 +97,3 @@ /*

case 'IfStatement':
if (node.alternate) {
if (node.alternate != null) {
return node.alternate;

@@ -122,10 +122,6 @@ }

}
if (node.consequent.type === 'BlockStatement') {
return false;
}
current = node.consequent;
do {
if (current.type === 'IfStatement') {
if (!current.alternate) {
if (current.alternate == null) {
return true;

@@ -132,0 +128,0 @@ }

@@ -6,3 +6,3 @@ {

"main": "lib/utils.js",
"version": "1.1.3",
"version": "1.1.4",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.10.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