# tdns

> tdns

Latest version **0.2.0** (published 2019-03-07) · MIT license · 0 weekly downloads

## Install

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

## Health

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

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

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2019-03-07 |
| First published | 2019-02-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 4 |
| Unpacked size | 46.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yuan Tao |
| Maintainers | towyuan |
| Keywords | tlibs, dns |

## Links

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

## Dependencies (4)

- [terrs](https://npm.io/package/terrs.md) ^0.1.0
- [arrify](https://npm.io/package/arrify.md) ^1.0.1
- [bluebird](https://npm.io/package/bluebird.md) ^3.5.3
- [dns-packet](https://npm.io/package/dns-packet.md) ^5.2.0

## Recent versions

- 0.2.0 (latest) — 2019-03-07
- 0.1.3 — 2019-03-01
- 0.1.2 — 2019-03-01
- 0.1.1 — 2019-03-01
- 0.1.0 — 2019-02-28

## README

# tdns

> Make low-level DNS requests with retry and timeout support.

```bash
$ npm i tdns
```

## Usage

```js
const { Dns } = require("tdns");

(async () => {
  const message = await Dns.resolve('google.com.','ANY', {additionals: true});
  console.log(JSON.stringify(message, null, 2)); // prints the ANY record for google.com
})();
```

## API

__TBD__

## License

MIT

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