# underscore-ext

> Some internal extensions to underscore

Latest version **0.2.0** (published 2012-11-24) · 0 weekly downloads

## Install

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

## 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.2.0 |
| Published | 2012-11-24 |
| First published | 2012-11-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Martin Wawrusch |
| Maintainers | mwawrusch |
| Keywords | errors |

## Links

- npm: https://www.npmjs.com/package/underscore-ext
- Repository: https://github.com/codedoctor/node-underscore-ext
- Issues: http://github.com/codedoctor/node-underscore-ext/issues
- npm.io page: https://npm.io/package/underscore-ext

## Dependencies (1)

- [underscore](https://npm.io/package/underscore.md) >=1.4.2

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.2.0 (latest) — 2012-11-24

## README

node-underscore-ext
===========================

npm install underscore-ext

This is a collection of node.js error classes that we use internally. If you need them, use them.

## Release Notes

### 0.2.0
* First version

## Internal Stuff

* npm run-script watch

## Publish new version

* Change version in package.json
git add . -A
git commit -m "Upgrading to v0.2.0"
git tag -a v0.2.0 -m 'version 0.2.0'
git push --tags
npm publish

## Contributing to node-underscore-ext
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2012 Martin Wawrusch See LICENSE for
further details.

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