# lodash.isundefined

> The modern build of lodash’s `_.isUndefined` as a module.

Latest version **3.0.1** (published 2015-04-16) · MIT license · 0 weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/lodash-underscore)

## Install

```sh
npm install lodash.isundefined
pnpm add lodash.isundefined
yarn add lodash.isundefined
bun add lodash.isundefined
```

## Health

**Score 48/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2015-04-16 |
| First published | 2013-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/lodash.isundefined) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61281 |
| Author | John-David Dalton |
| Maintainers | jdalton, kitcambridge, mathias, phated, d10 |
| Keywords | lodash, lodash-modularized, stdlib, util |

## Links

- npm: https://www.npmjs.com/package/lodash.isundefined
- Repository: https://github.com/lodash/lodash
- Homepage: https://lodash.com/
- Issues: https://github.com/lodash/lodash/issues
- npm.io page: https://npm.io/package/lodash.isundefined

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2015-04-16
- 3.0.0 — 2015-01-26
- 2.4.1 — 2013-12-03
- 2.4.0 — 2013-11-26
- 2.3.0 — 2013-11-11
- 2.2.1 — 2013-10-03
- 2.2.0 — 2013-09-29
- 2.1.0 — 2013-09-23
- 2.0.0 — 2013-09-23

## README

# lodash.isundefined v3.0.1

The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.isUndefined` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.

## Installation

Using npm:

```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isundefined
```

In Node.js/io.js:

```js
var isUndefined = require('lodash.isundefined');
```

See the [documentation](https://lodash.com/docs#isUndefined) or [package source](https://github.com/lodash/lodash/blob/3.0.1-npm-packages/lodash.isundefined) for more details.

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