# bdns

> DNS wrapper for node.js

Latest version **0.1.5** (published 2019-03-21) · MIT license · 0 weekly downloads

## Install

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

## 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.1.5 |
| Published | 2019-03-21 |
| First published | 2017-11-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 9.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Christopher Jeffrey |
| Maintainers | chjj |
| Keywords | dns, domain, getaddrinfo, lookup, name, resolution |

## Links

- npm: https://www.npmjs.com/package/bdns
- Repository: https://github.com/bcoin-org/bdns
- Issues: https://github.com/bcoin-org/bdns/issues
- npm.io page: https://npm.io/package/bdns

## Dependencies (1)

- [bsert](https://npm.io/package/bsert.md) ~0.0.10

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 0.1.5 (latest) — 2019-03-21
- 0.1.4 — 2019-01-22
- 0.1.3 — 2018-11-29
- 0.1.2 — 2018-09-29
- 0.1.1 — 2018-07-19
- 0.1.0 — 2018-06-08
- 0.0.2 — 2018-03-12
- 0.0.1 — 2017-12-29
- 0.0.0 — 2017-11-02

## README

# bdns

DNS wrapper for node.js.

## Usage

``` js
const dns = require('bdns');
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

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