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

directory-import

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-import - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

package.json
{
"name": "directory-import",
"version": "1.0.4",
"version": "1.0.5",
"description": "Module sync or async import(requires) all modules from the folder you specify.",

@@ -10,2 +10,5 @@ "main": "index.js",

},
"engines": {
"node": ">=7.10.1"
},
"keywords": [

@@ -12,0 +15,0 @@ "import",

29

README.md

@@ -1,4 +0,22 @@

##### Module sync or async import(requires) all modules from the folder you specify.
It's possible either to use modules from the returned object, or to execute a callback at each iteration
<div align="center">
<p>
<img src="https://img.shields.io/node/v/directory-import" alt="Node version required">
<img src="https://img.shields.io/github/languages/code-size/KiiDii/directory-import" alt="GitHub code size">
<img src="https://img.shields.io/npm/dt/directory-import" alt="Downloads">
<a href="https://discord.gg/ADFYZtJ">
<img src="https://img.shields.io/discord/219557939466338304?label=Discord%20chat%20(rus)" alt="Discord server">
</a>
</p>
<p>
<a href="https://nodei.co/npm/directory-import">
<img src="https://nodei.co/npm/directory-import.png?compact=true">
</a>
</p>
</div>
## About
The module will allow you to **sync** or **async** import(requires) all modules from the folder you specify.
It's possible either to use modules from the returned object, or to execute a callback at each module
## Installation

@@ -130,2 +148,7 @@ ```

// }
```
```
## Help
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official [Discord server](https://discord.gg/ADFYZtJ).
Although the server was created for Russian speakers, you can also write in English! We will understand you!

Sorry, the diff of this file is not supported yet

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