# strict-version

> Strictly enforce node version

Latest version **0.0.3** (published 2016-03-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install strict-version
pnpm add strict-version
yarn add strict-version
bun add strict-version
```

## 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.3 |
| Published | 2016-03-11 |
| First published | 2016-02-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | https://github.com/kirkstrobeck/strict-version/graphs/contributors |
| Maintainers | kirkstrobeck |
| Keywords | node, version, strict, ensure, verify, confirm |

## Links

- npm: https://www.npmjs.com/package/strict-version
- Repository: https://github.com/kirkstrobeck/strict-version
- Issues: https://github.com/kirkstrobeck/strict-version/issues
- npm.io page: https://npm.io/package/strict-version

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.5.0
- [es6-promise](https://npm.io/package/es6-promise.md) ^3.1.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2016-03-11
- 0.0.2 — 2016-02-17
- 0.0.1 — 2016-02-17

## README

# Strict version

**Strictly enforce node version**

[![Circle CI](https://circleci.com/gh/kirkstrobeck/strict-version.svg?style=svg)](https://circleci.com/gh/kirkstrobeck/strict-version)

### Usage

```bash
npm install strict-version
```

Add `require('strict-version');` to the start of your project.

Make sure you add the [node version](https://docs.npmjs.com/files/package.json#engines) to your `package.json`

```json
{
  "engine-strict": true,
  "engines": {
    "node": "v4.1.1"
  }
}
```

Note: Not compatible with `semvar`, currently just uses string comparison.

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