Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gutil

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gutil - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

8

lib/util/walk.js

@@ -32,5 +32,7 @@ var fs = require("fs");

for(var j=0; j<filters.length; j++) {
if(dir.indexOf(filters[j]) != -1) {
return
if(filters != null) {
for (var j = 0; j < filters.length; j++) {
if (dir.indexOf(filters[j]) != -1) {
return
}
}

@@ -37,0 +39,0 @@ }

{
"name": "gutil",
"description": "GUtil",
"version": "1.6.2",
"version": "1.6.3",
"private": false,

@@ -6,0 +6,0 @@ "licenses": [

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