New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glob-require-dir

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-require-dir - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "glob-require-dir",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

# glob-require-dir
Node helper module to `require()` complete directories. Allows you to traverse through directories and `require()` every file that can be `require()`'d. All `require()`'d files are returned as hash with customizable keys. A [minimatch](https://github.com/isaacs/minimatch) pattern can be provided as well as [node-glob](https://github.com/isaacs/node-glob#options) options.
Node helper module to `require()` complete directories.
Allows you to traverse through directories and `require()` every file that can be `require()`'d. All `require()`'d files are returned as hash with customizable keys. A [minimatch](https://github.com/isaacs/minimatch) pattern can be provided as well as [node-glob](https://github.com/isaacs/node-glob#options) options.
This module was inspired by [require-dir](https://www.npmjs.com/package/require-dir) - a great module to require directories but mostly without options to modify the outcome of the require process.

@@ -6,0 +8,0 @@

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