# underscore-plus

> Underscore plus additional utilities

Latest version **1.7.0** (published 2019-03-29) · 0 weekly downloads

## Install

```sh
npm install underscore-plus
pnpm add underscore-plus
yarn add underscore-plus
bun add underscore-plus
```

## 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.7.0 |
| Published | 2019-03-29 |
| First published | 2013-10-15 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 17.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 58 |
| Maintainers | atom-team, benogle, kevinsawicki, maxbrunsfeld, mcolyer, nathansobo |
| Keywords | underscore |

## Links

- npm: https://www.npmjs.com/package/underscore-plus
- Repository: https://github.com/atom/underscore-plus
- Homepage: https://github.com/atom/underscore-plus#readme
- Issues: https://github.com/atom/underscore-plus/issues
- npm.io page: https://npm.io/package/underscore-plus

## Dependencies (1)

- [underscore](https://npm.io/package/underscore.md) ^1.9.1

## 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

- 1.7.0 (latest) — 2019-03-29
- 1.6.8 — 2018-06-03
- 1.6.7 — 2018-06-02
- 1.6.6 — 2014-12-18
- 1.6.5 — 2014-12-18
- 1.6.4 — 2014-12-18
- 1.6.3 — 2014-12-15
- 1.6.2 — 2014-12-11
- 1.6.1 — 2014-10-22
- 1.6.0 — 2014-10-20
- 1.5.2 — 2014-10-20
- 1.5.1 — 2014-07-22
- 1.5.0 — 2014-06-19
- 1.4.1 — 2014-06-03
- 1.4.0 — 2014-06-03
- … 21 more at https://npm.io/package/underscore-plus/versions

## README

# underscore-plus
[![OS X Build Status](https://travis-ci.org/atom/underscore-plus.svg?branch=master)](https://travis-ci.org/atom/underscore-plus)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/c7l8009vgpaojxcd/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/underscore-plus/branch/master)
[![Dependency Status](https://david-dm.org/atom/underscore-plus.svg)](https://david-dm.org/atom/underscore-plus)

Takes the great [underscore](http://underscorejs.org/) library and adds a few more things.

## Using

```sh
npm install underscore-plus
```

```coffeescript
_ = require 'underscore-plus' # Has all underscore methods and more
```

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