# ext

> JavaScript utilities with respect to emerging standard

Latest version **1.7.0** (published 2022-08-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install ext
pnpm add ext
yarn add ext
bun add ext
```

## 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.7.0 |
| Published | 2022-08-31 |
| First published | 2015-01-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 22.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 179 |
| Author | Mariusz Nowak |
| Maintainers | medikoo |
| Keywords | ecmascript, es, es6, extensions, ext, addons, lodash, extras, harmony, javascript, polyfill, shim, util, utils, utilities |

## Links

- npm: https://www.npmjs.com/package/ext
- Repository: https://github.com/medikoo/es5-ext.git#ext
- Homepage: https://github.com/medikoo/es5-ext/tree/ext#readme
- Issues: https://github.com/medikoo/es5-ext/issues
- npm.io page: https://npm.io/package/ext

## Dependencies (1)

- [type](https://npm.io/package/type.md) ^2.7.2

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.7.0 (latest) — 2022-08-31
- 1.6.0 — 2021-09-24
- 1.5.0 — 2021-08-23
- 1.4.0 — 2019-11-29
- 1.3.0 — 2019-11-28
- 1.2.1 — 2019-11-26
- 1.2.0 — 2019-11-07
- 1.1.2 — 2019-10-29
- 1.1.1 — 2019-10-29
- 1.1.0 — 2019-10-21
- 1.0.3 — 2019-07-03
- 1.0.2 — 2019-07-03
- 1.0.1 — 2019-07-03
- 1.0.0 — 2019-07-03
- 0.6.1 — 2015-01-01

## README

[![Build status][build-image]][build-url]
[![npm version][npm-image]][npm-url]

# ext

_(Previously known as `es5-ext`)_

## JavaScript language extensions (with respect to evolving standard)

Non-standard or soon to be standard language utilities in a future proof, non-invasive form.

Doesn't enforce transpilation step. Where it's applicable utilities/extensions are safe to use in all ES3+ implementations.

### Installation

```bash
npm install ext
```

### Utilities

- [`globalThis`](docs/global-this.md)
- `Function`
  - [`identity`](docs/function/identity.md)
- `Math`
  - [`ceil10`](docs/math/ceil-10.md)
  - [`floor10`](docs/math/floor-10.md)
  - [`round10`](docs/math/round-10.md)
- `Object`
  - [`clear`](docs/object/clear.md)
  - [`entries`](docs/object/entries.md)
- `Promise`
  - [`limit`](docs/promise/limit.md)
- `String`
  - [`random`](docs/string/random.md)
- `String.prototype`
  - [`campelToHyphen`](docs/string_/camel-to-hyphen.md)
  - [`capitalize`](docs/string_/capitalize.md)
  - [`includes`](docs/string_/includes.md)
- `Thenable.prototype`
  - [`finally`](docs/thenable_/finally.md)

[build-image]: https://github.com/medikoo/es5-ext/workflows/Integrate%20[ext]/badge.svg
[build-url]: https://github.com/medikoo/es5-ext/actions?query=workflow%3AIntegrate%20[ext]
[npm-image]: https://img.shields.io/npm/v/ext.svg
[npm-url]: https://www.npmjs.com/package/ext

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