# oro-toolbox

> This project will wrap some functionality that vault/teller want to expose to browser as a WASM package. This includes:

Latest version **0.1.2** (published 2022-06-02) · 0 weekly downloads

## Install

```sh
npm install oro-toolbox
pnpm add oro-toolbox
yarn add oro-toolbox
bun add oro-toolbox
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2022-06-02 |
| First published | 2021-04-20 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 744.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tech-team-oro |

## Links

- npm: https://www.npmjs.com/package/oro-toolbox
- npm.io page: https://npm.io/package/oro-toolbox

## Recent versions

- 0.1.2 (latest) — 2022-06-02
- 0.1.1 — 2022-06-02
- 0.1.0 — 2022-03-08
- 0.0.10 — 2021-10-20
- 0.0.9 — 2021-10-20
- 0.0.8 — 2021-10-20
- 0.0.7 — 2021-10-20
- 0.0.6 — 2021-07-09
- 0.0.5 — 2021-07-09
- 0.0.4 — 2021-05-19
- 0.0.3 — 2021-05-18
- 0.0.2 — 2021-05-17
- 0.0.1 — 2021-05-17
- 0.0.0 — 2021-04-20

## README

# ORO-Toolbox

This project will wrap some functionality that vault/teller want to expose to browser as a WASM package. This includes:

- Asymmetric Encryption/Decryption
- Symmetric Encryption/Decryption
- Hashing & UUID's

## Building the WASM package

`wasm-pack build`

## Run test in headless browser

`wasm-pack test --firefox --headless`

## Run the sample app

`wasm-pack build && cd www && npm install && npm run start`

Then go to `http://localhost:8080/` and open up the console

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