# oath

> Thunk-based flow control with fallback support for callbacks.

Latest version **1.0.0** (published 2013-12-30) · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2013-12-30 |
| First published | 2011-10-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | Jake Luer |
| Maintainers | jakeluer |

## Links

- npm: https://www.npmjs.com/package/oath
- Repository: https://github.com/logicalparadox/oath
- Homepage: http://alogicalparadox.com/oath
- Issues: https://github.com/logicalparadox/oath/issues
- npm.io page: https://npm.io/package/oath

## Dependencies (1)

- [simple-assert](https://npm.io/package/simple-assert.md) ~1.0.0

## Recent versions

- 1.0.0 (latest) — 2013-12-30
- 0.2.3 — 2012-01-30
- 0.2.2 — 2012-01-30
- 0.2.1 — 2012-01-24
- 0.2.0 — 2011-12-23
- 0.1.0 — 2011-12-09
- 0.0.5 — 2011-10-05
- 0.0.4 — 2011-10-05
- 0.0.3 — 2011-10-04
- 0.0.2 — 2011-10-04
- 0.0.1 — 2011-10-03

## README

# Oath [![Build Status](https://secure.travis-ci.org/logicalparadox/oath.png)](http://travis-ci.org/logicalparadox/oath)

> Thunk-based flow control with fallback support for callbacks. Primarily for use
> with [co](https://github.com/visionmedia/co).

## Installation

Oath is available for both server-side and the browser.

### Node.js

Package is available through [npm](http://npmjs.org):

    npm install oath

## License

(The MIT License)

Copyright (c) 2011-2014 Jake Luer <jake@alogicalparadox.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

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