Comparing version 0.8.0 to 0.8.1
@@ -120,3 +120,4 @@ "use strict"; | ||
const finder = (0, _walkdir.default)(dir, { | ||
no_recurse: true | ||
no_recurse: true, | ||
follow_symlinks: true | ||
}); | ||
@@ -123,0 +124,0 @@ finder.on('directory', subdir => ignoreDirs.indexOf(_path.default.basename(subdir)) === -1 && !isModule(subdir) ? promises.push(checkDirectory(subdir, rootDir, ignoreDirs, deps, parsers, detectors)) : null); |
@@ -28,2 +28,3 @@ { | ||
"gulp-load-plugins", | ||
"jest", | ||
"karma", | ||
@@ -30,0 +31,0 @@ "mocha", |
@@ -14,3 +14,3 @@ "use strict"; | ||
const webpackConfigRegex = /webpack(\..+)?\.config\.(babel\.)?js/; | ||
const webpackConfigRegex = /webpack(\..+)?\.conf(?:ig|)\.(babel\.)?js/; | ||
const loaderTemplates = ['*-webpack-loader', '*-web-loader', '*-loader', '*']; | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "depcheck", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Check dependencies in your node module", | ||
@@ -19,4 +19,4 @@ "main": "dist/index.js", | ||
"compile": "babel src/ -d dist/", | ||
"depcheck": "node ./bin/depcheck.js", | ||
"depcheck-json": "node ./bin/depcheck.js --json | node -r @babel/register ./build/check-json", | ||
"depcheck": "node ./bin/depcheck.js --ignore-dirs=fake_modules", | ||
"depcheck-json": "node ./bin/depcheck.js --ignore-dirs=fake_modules --json | node -r @babel/register ./build/check-json", | ||
"prepublishOnly": "npm run compile && npm run component", | ||
@@ -23,0 +23,0 @@ "lint": "eslint ./src ./test ./build", |
@@ -51,2 +51,3 @@ # depcheck | ||
- `mocha` - [Mocha](https://www.npmjs.com/package/mocha) explicit required dependencies | ||
- `jest` - [Jest](https://www.npmjs.com/package/jest) properties in [Jest Configuration](https://jestjs.io/docs/en/configuration) | ||
- `commitizen` - [Commitizen](https://www.npmjs.com/package/commitizen) configuration adaptor | ||
@@ -53,0 +54,0 @@ - `gulp-load-plugins` - [Gulp-load-plugins](https://www.npmjs.com/package/gulp-load-plugins) lazy loaded plugins |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
415163
67
7072
212
1
14