Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2 to 3.0.3

1

dist/src/index.d.ts

@@ -55,2 +55,1 @@ import { ImportedModules, ImportedModulesPublicOptions, ImportModulesCallback, ImportModulesMode } from './types.d';

export { directoryImport };
export default directoryImport;

@@ -24,6 +24,2 @@ "use strict";

}
// eslint-disable-next-line unicorn/prefer-module
module.exports = directoryImport;
exports.directoryImport = directoryImport;
exports.default = directoryImport;

3

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

@@ -13,2 +13,3 @@ "main": "dist/index.js",

"start": "npm run dist && node dist/index.js",
"publish": "npm run build && npm publish",
"jest": "npm run build && jest --silent",

@@ -15,0 +16,0 @@ "jest:watcher": "jest --watchAll"

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