# shasum

> Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.

Latest version **1.0.2** (published 2015-10-06) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-10-06 |
| First published | 2013-01-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/shasum) |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 23 |
| Author | 'Dominic Tarr' |
| Maintainers | dominictarr |

## Links

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

## Dependencies (2)

- [sha.js](https://npm.io/package/sha.js.md) ~2.4.4
- [json-stable-stringify](https://npm.io/package/json-stable-stringify.md) ~0.0.0

## Recent versions

- 1.0.2 (latest) — 2015-10-06
- 1.0.1 — 2015-01-11
- 1.0.0 — 2013-07-18
- 0.0.3 — 2013-06-12
- 0.0.2 — 2013-01-07

## README

# shasum

Single function that return the sha1sum.
Installing this is just a little bit quicker than reading the crypto documentation.

``` js
var shasum = require('shasum')
shasum(string || buffer || object)
```

Oh yeah, it works in the browser too, with [browserify](https://npmjs.org/package/browserify)

## License

MIT

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