# max-safe-int

> Return the maximum safe integer in JavaScript.

Latest version **1.0.0** (published 2016-04-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install max-safe-int
pnpm add max-safe-int
yarn add max-safe-int
bun add max-safe-int
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-04-22 |
| First published | 2016-04-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bubkoo |
| Maintainers | bubkoo |
| Keywords | max, safe, maximum, int, integer, const |

## Links

- npm: https://www.npmjs.com/package/max-safe-int
- Repository: https://github.com/mock-end/max-safe-int
- Homepage: https://github.com/mock-end/max-safe-int#readme
- Issues: https://github.com/mock-end/max-safe-int/issues
- npm.io page: https://npm.io/package/max-safe-int

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-04-22
- 0.0.0 — 2016-04-21

## README

# max-safe-int

> Return the maximum safe integer in JavaScript.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/mock-end/max-safe-int/blob/master/LICENSE)

## Install

```
$ npm install --save max-safe-int 
```

## Usage

```js
var MAX_SAFE_INT = require('max-safe-int');
// => 9007199254740991
```

## Related

- [max-int](https://github.com/mock-end/max-int) - Return the maximum integer in JavaScript.
- [max-array-length](https://github.com/mock-end/max-array-length) - Return the maximum length of array in JavaScript.

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