Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

depcheck

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depcheck - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

dist/special/jest.js

3

dist/check.js

@@ -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

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