# check-dependencies-webpack-plugin

> Webpack plugin to check that the correct dependencies are installed

Latest version **1.0.1** (published 2019-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install check-dependencies-webpack-plugin
pnpm add check-dependencies-webpack-plugin
yarn add check-dependencies-webpack-plugin
bun add check-dependencies-webpack-plugin
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-01-20 |
| First published | 2019-01-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=6.9 |
| Dependencies | 1 |
| Unpacked size | 11.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ben Coveney |
| Maintainers | bencoveney |
| Keywords | check, install, dependencies, dependency, package, node_modules, webpack, plugin |

## Links

- npm: https://www.npmjs.com/package/check-dependencies-webpack-plugin
- Repository: https://github.com/bencoveney/check-dependencies-webpack-plugin
- Homepage: https://github.com/bencoveney/check-dependencies-webpack-plugin#readme
- Issues: https://github.com/bencoveney/check-dependencies-webpack-plugin/issues
- npm.io page: https://npm.io/package/check-dependencies-webpack-plugin

## Dependencies (1)

- [check-dependencies](https://npm.io/package/check-dependencies.md) 1.1.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2019-01-20
- 1.0.0 — 2019-01-12

## README

# check-dependencies-webpack-plugin

Webpack plugin that checks that the correct versions of your package's
dependencies are installed.

Sample webpack config:

```JavaScript
// webpack.config.js

const CheckDependenciesWebpackPlugin = require("check-dependencies-webpack-plugin");

module.exports = {
	// Use the plugin.
	plugins: [
		new CheckDependenciesWebpackPlugin()
	]

	// Other webpack config...
};
```

TODO:

- https://webpack.js.org/contribute/release-process/

---
_Source: https://npm.io/package/check-dependencies-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
