# loady

> dynamic loader for node.js

Latest version **0.0.5** (published 2020-07-25) · MIT license · 0 weekly downloads

## Install

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

## 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.0.5 |
| Published | 2020-07-25 |
| First published | 2019-03-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Unpacked size | 5.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Christopher Jeffrey |
| Maintainers | chjj |
| Keywords | addon, bindings, c, c++, gyp, native, waf |

## Links

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

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2020-07-25
- 0.0.4 — 2020-07-25
- 0.0.3 — 2020-07-19
- 0.0.2 — 2020-07-19
- 0.0.1 — 2019-03-21
- 0.0.0 — 2019-03-21

## README

# loady

Dynamic loader for node.js. Similar to [node-bindings].

## Usage

Scripts:

``` js
const addon = require('loady')('addon.node', __dirname);
```

Modules:

``` js
import loady from 'loady';

const addon = loady('addon.node', import.meta.url);
```

## 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) 2019-2020, Christopher Jeffrey (MIT License).

See LICENSE for more info.

[node-bindings]: https://github.com/TooTallNate/node-bindings

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