📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

better-scanner

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-scanner

Fast way to scan a directory and get all of the inodes

1.3.0
Source
npm
Version published
Maintainers
1
Created
Source

better-scanner

File directory scanner that returns inodes given a directory.

Getting Started

npm install --save better-scanner

Usage

var scanner = require('better-scanner');
scanner.scan('/path/to/scan', function (filePath, inode, isDir) {
  // Will be called multiple times for every file in the path
}, function () {
  // This will run when finished.
})

Contributions welcome!

Credits

This library was initially made by the awesome team of engineers at Diamond.

If you haven't already, make sure you install Diamond!

Keywords

file

FAQs

Package last updated on 20 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts