Socket
Socket
Sign inDemoInstall

get-all-files

Package Overview
Dependencies
74
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -17,3 +17,3 @@ const path = require('path')

return filename => checks.every(check => check(filename))
return filename => checks.some(check => check(filename))
} else {

@@ -20,0 +20,0 @@ return () => true

{
"name": "get-all-files",
"version": "1.0.3",
"version": "1.0.4",
"description": "A fast parallel stack-based readdir-recursively module with micromatch support.",

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

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