@universal-packages/module-loader
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -30,4 +30,4 @@ "use strict"; | ||
exports.loadModules = void 0; | ||
const directory_traversal_1 = require("@universal-packages/directory-traversal"); | ||
const path_1 = __importDefault(require("path")); | ||
const directory_traversal_1 = require("@universal-packages/directory-traversal"); | ||
/** | ||
@@ -34,0 +34,0 @@ * |
{ | ||
"name": "@universal-packages/module-loader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Imports deeply all modules in a directory as a list to use later", | ||
@@ -9,3 +9,3 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"types": "index.d.ts", | ||
"repository": "git://git@github.com/universal-packages/universal-module-loader.git", | ||
"repository": "git://git@github.com:universal-packages/universal-module-loader.git", | ||
"scripts": { | ||
@@ -15,3 +15,4 @@ "build": "tsc --p tsconfig.dis.json", | ||
"test:full": "jest --coverage --verbose", | ||
"test:clear": "jest --clearCache" | ||
"test:clear": "jest --clearCache", | ||
"format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"" | ||
}, | ||
@@ -22,2 +23,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/jest": "^28.1.0", | ||
@@ -27,2 +29,3 @@ "@types/node": "^17.0.39", | ||
"jest-circus": "^28.1.0", | ||
"prettier": "^2.8.7", | ||
"ts-jest": "^28.0.4", | ||
@@ -51,4 +54,15 @@ "typescript": "^4.7.3" | ||
"printWidth": 180, | ||
"trailingComma": "none" | ||
"trailingComma": "none", | ||
"importOrder": [ | ||
"^[./]" | ||
], | ||
"importOrderSeparation": true, | ||
"importOrderSortSpecifiers": true, | ||
"importOrderParserPlugins": [ | ||
"typescript", | ||
"jsx", | ||
"classProperties", | ||
"decorators-legacy" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15106
8