# semver-check

> Checks package.json dependencies and devDependencies stanzas for semantic version characters. If found, it logs each offending dependency to the console.

Latest version **0.0.2** (published 2014-07-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install semver-check
pnpm add semver-check
yarn add semver-check
bun add semver-check
```

Provides the command `semver-check`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-07-28 |
| First published | 2014-07-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Wayne Kenneth Seymour III |
| Maintainers | wayneseymour |
| Keywords | semver, semantic-version, semantic, version, check |

## Links

- npm: https://www.npmjs.com/package/semver-check
- Repository: https://github.com/krusty-krab/semver-check
- Issues: https://github.com/krusty-krab/semver-check/issues
- npm.io page: https://npm.io/package/semver-check

## Recent versions

- 0.0.2 (latest) — 2014-07-28
- 0.0.1 — 2014-07-23
- 0.0.0 — 2014-07-22

## README

semver-check
============

Checks package.json dependencies and devDependencies stanzas for semantic version characters.

If found, it logs each offending dependency to the console.

### Usage

```shell
# Install as dep
$ npm install semver-check --save-dev

# Add a dep to your package.json that has one of these chars: *=~<>^
$ npm install chalk --save

# Run as a cli program.
$ ./node_modules/.bin/semver-check package.json
// -> chalk not pinned to specific version
```

### Note
The first() higher order function, [and why I'm using it](http://blog.wayneseymour.com/higher-order-function-first/).

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