# sodium-browserify-tweetnacl

> wraps javascript port of [tweetnacl](https://github.com/dchest/tweetnacl-js) with the api of [chloride](https://github.com/dominictarr/chloride) as an alternative to [sodium-browserify](https://github.com/dominictarr/sodium-browserify) that has a much muc

Latest version **0.2.6** (published 2019-04-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install sodium-browserify-tweetnacl
pnpm add sodium-browserify-tweetnacl
yarn add sodium-browserify-tweetnacl
bun add sodium-browserify-tweetnacl
```

## 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.2.6 |
| Published | 2019-04-19 |
| First published | 2016-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Dominic Tarr |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/sodium-browserify-tweetnacl
- Repository: https://github.com/dominictarr/sodium-browserify-tweetnacl
- Issues: https://github.com/dominictarr/sodium-browserify-tweetnacl/issues
- npm.io page: https://npm.io/package/sodium-browserify-tweetnacl

## Dependencies (5)

- [sha.js](https://npm.io/package/sha.js.md) ^2.4.8
- [ed2curve](https://npm.io/package/ed2curve.md) ^0.1.4
- [tweetnacl](https://npm.io/package/tweetnacl.md) ^1.0.1
- [chloride-test](https://npm.io/package/chloride-test.md) ^1.1.0
- [tweetnacl-auth](https://npm.io/package/tweetnacl-auth.md) ^0.3.0

## Recent versions

- 0.2.6 (latest) — 2019-04-19
- 0.2.5 — 2019-03-20
- 0.2.4 — 2019-03-12
- 0.2.3 — 2017-04-04
- 0.2.2 — 2016-11-11
- 0.2.1 — 2016-07-30
- 0.2.0 — 2016-07-30
- 0.1.0 — 2016-03-21
- 0.0.1 — 2016-03-21
- 0.0.0 — 2016-03-21

## README

# sodium-browserify-tweetnacl

wraps javascript port of [tweetnacl](https://github.com/dchest/tweetnacl-js)
with the api of [chloride](https://github.com/dominictarr/chloride)
as an alternative to [sodium-browserify](https://github.com/dominictarr/sodium-browserify)
that has a much much smaller file size.

There are some chloride apis that are not implemented in tweetnacl.

* crypto_sign_ed25519_pk_to_curve25519
* crypto_sign_ed25519_sk_to_curve25519
* crypto_auth
* crypto_auth_verify

## License

MIT

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