# @aphorica/js-utils

> Various core js utils

Latest version **1.0.2** (published 2020-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @aphorica/js-utils
pnpm add @aphorica/js-utils
yarn add @aphorica/js-utils
bun add @aphorica/js-utils
```

## 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.2 |
| Published | 2020-01-24 |
| First published | 2019-04-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 182.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rick Berger - Aphorica, Inc. |
| Maintainers | rickbsgu |

## Links

- npm: https://www.npmjs.com/package/@aphorica/js-utils
- Repository: https://github.com/Aphorica/js-utils
- Homepage: https://github.com/Aphorica/js-utils#readme
- Issues: https://github.com/Aphorica/js-utils/issues
- npm.io page: https://npm.io/package/@aphorica/js-utils

## Dependencies (1)

- [@aphorica/json-utils](https://npm.io/package/@aphorica/json-utils.md) ^1.0.1

## Recent versions

- 1.0.2 (latest) — 2020-01-24
- 1.0.1 — 2020-01-05
- 1.0.0 — 2019-04-15

## README

# @aphorica/js-utils

Set of core javascript utilities I find useful.

Classes:

<dl>
<dt>KeyCodes</dt>
<dd>Codes used in keyup, keydown, and keypress events,
    along with some classification events</dd>
<dt>CharType</dt>
<dd>Analagous to C <em>'is.*()'</em> functions.
<dt>JSUtils</dt>
<dd>Various other general utilities I've created as needed.
    See source for details.</dd>
</dl>

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