import-modules
Advanced tools
Comparing version 2.1.0 to 3.0.0
@@ -22,8 +22,3 @@ 'use strict'; | ||
let files; | ||
try { | ||
files = fs.readdirSync(directory); | ||
} catch (_) { | ||
return {}; | ||
} | ||
const files = fs.readdirSync(directory); | ||
@@ -30,0 +25,0 @@ const done = new Set(); |
{ | ||
"name": "import-modules", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "Import all modules in a directory", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4481
37