# mongoose-plugins-resource-limits

> Adds a createdBy field to a schema.

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

## Install

```sh
npm install mongoose-plugins-resource-limits
pnpm add mongoose-plugins-resource-limits
yarn add mongoose-plugins-resource-limits
bun add mongoose-plugins-resource-limits
```

## 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 | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Martin Wawrusch |
| Maintainers | mwawrusch |
| Keywords | errors |

## Links

- npm: https://www.npmjs.com/package/mongoose-plugins-resource-limits
- Repository: https://github.com/codedoctor/mongoose-plugins-resource-limits
- Issues: http://github.com/codedoctor/mongoose-plugins-resource-limits/issues
- npm.io page: https://npm.io/package/mongoose-plugins-resource-limits

## Dependencies (2)

- [mongoose](https://npm.io/package/mongoose.md) >=3.4.0
- [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

mongoose-plugins-resource-limits
===========================

npm install mongoose-plugins-resource-limits

Adds a resource limits field to a schema 

pluginCreatedBy = require "mongoose-plugins-resource-limits"
YourSchema.plugin pluginCreatedBy.resourceLimits

## 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 mongoose-plugins-resource-limits
 
* 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/mongoose-plugins-resource-limits · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
