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 3.0.10 to 3.0.11

2

package.json
{
"name": "directory-import",
"version": "3.0.10",
"version": "3.0.11",
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify",

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

@@ -5,2 +5,5 @@ <!--suppress HtmlDeprecatedAttribute -->

<img src="https://img.shields.io/node/v/directory-import?logo=nodedotjs&label=Node.JS version" alt="Node version required">
<img src="https://img.shields.io/github/package-json/v/KiiDii/directory-import?logo=vitess&logoColor=white&label=Package%20version" alt="Package version">
<img src="https://img.shields.io/github/languages/code-size/KiiDii/directory-import?logo=typescript&label=Builded code size" alt="GitHub code size">
<img src="https://img.shields.io/github/license/KiiDii/directory-import?logo=mdbook&label=License" alt="License">
<img src="https://img.shields.io/github/actions/workflow/status/KiiDii/directory-import/test.yml?logo=jest&label=Tests" alt="Github tests">

@@ -334,2 +337,26 @@ <img src="https://img.shields.io/github/issues/KiiDii/directory-import?logo=github&label=Issues">

## Change Log
### [3.0.0] - 2023-07-29
#### Added
- Added tests to increase code reliability and stability.
- Implemented function overloads for enhanced flexibility and usage
- Backward compatibility with older versions has been ensured to ease user migration.
#### Changed
- The entire project code has been rewritten in TypeScript for readabilit, reliability, and ease of maintenance.
#### Fixed
- All known bugs identified in the previous version have been fixed.
#### Removed
- All third-party dependencies have been removed to reduce the package size and increase performance.
---
## Contribution

@@ -365,2 +392,3 @@

- If you like the project, you can put a star on [GitHub][gitProject].
- For more details, please refer to the [Code of Conduct][CODE_OF_CONDUCT].

@@ -367,0 +395,0 @@ [back to top](#top)

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