You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ls

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ls - npm Package Compare versions

Comparing version

to
0.2.0

2

lib/ls.js

@@ -61,3 +61,3 @@ // Generated by CoffeeScript 1.7.1

}
if (config.type === "file" && !fs.statSync(self.full).isFile() || config.type === "dir" && !fs.statSync(self.full).isDir()) {
if (config.type === "file" && !fs.statSync(self.full).isFile() || config.type === "dir" && !fs.statSync(self.full).isDirectory()) {
return;

@@ -64,0 +64,0 @@ }

@@ -5,3 +5,3 @@ {

"author": "Awnist <hi@awnist.com> (http://awnist.com)",
"version": "0.1.0",
"version": "0.2.0",
"main": "./lib/ls",

@@ -17,4 +17,4 @@ "repository": {

"dependencies": {
"glob": "~4.0.2"
"glob": "7.0.5"
}
}