# kext

> Check for and load Mac OS X kernel extensions

Latest version **1.1.2** (published 2013-04-09) · 0 weekly downloads

## Install

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

## 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.1.2 |
| Published | 2013-04-09 |
| First published | 2012-10-10 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jakob Borg |
| Maintainers | calmh |

## Links

- npm: https://www.npmjs.com/package/kext
- Repository: https://github.com/calmh/node-kext
- npm.io page: https://npm.io/package/kext

## Dependencies (3)

- [sudo](https://npm.io/package/sudo.md) ~1.0.2
- [async](https://npm.io/package/async.md) ~0.2.6
- [yacon](https://npm.io/package/yacon.md) ~1.0.1

## Recent versions

- 1.1.2 (latest) — 2013-04-09
- 1.1.1 — 2013-04-09
- 1.1.0 — 2013-04-04
- 1.0.1 — 2012-10-10
- 1.0.0 — 2012-10-10

## README

node-kext
=========

```javascript
var kext = require('kext');

// Ensure that the module with bundle id 'foo.tun' is loaded.  If it isn't, try
// to load it from the specified kext.  Calls the callback as cb(null, true) if
// the module is or could be loaded, cb(null, false) otherwise, or with an
// error object if something failed spectacularly.

kext.ensure('foo.tun', '/Library/Extensions/tun.kext', console.log);
```

License
-------

MIT

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