Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

4

index.js
var cpp = require('child-process-parser');
var BINARY = __dirname + '/bin/scanner';
exports.bin = __dirname + '/bin/scanner';
exports.scan = function (path, process, cb) {
cpp([BINARY, path], '\n', function (line) {
cpp([exports.bin, path], '\n', function (line) {
// line follows specific format: inode space isDir space path

@@ -8,0 +8,0 @@ var space = line.indexOf(' ');

{
"name": "better-scanner",
"version": "1.2.1",
"version": "1.3.0",
"description": "Fast way to scan a directory and get all of the inodes",

@@ -5,0 +5,0 @@ "main": "index.js",

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