# fpl-utils-node

> Helpful utilities for working with node.

Latest version **0.0.35** (published 2017-03-17) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install fpl-utils-node
pnpm add fpl-utils-node
yarn add fpl-utils-node
bun add fpl-utils-node
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.35 |
| Published | 2017-03-17 |
| First published | 2016-08-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+9 in 3 direct dependencies) |
| Install scripts | no |
| Author | Fred Lackey |
| Maintainers | fredlackey |
| Keywords | node, utilities |

## Links

- npm: https://www.npmjs.com/package/fpl-utils-node
- Repository: https://github.com/FredLackey/fpl-utils-node
- Homepage: https://github.com/FredLackey/fpl-utils-node#readme
- Issues: https://github.com/FredLackey/fpl-utils-node/issues
- npm.io page: https://npm.io/package/fpl-utils-node

## Dependencies (9)

- [uuid](https://npm.io/package/uuid.md) ^3.0.1
- [async](https://npm.io/package/async.md) ^2.1.5
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [moment](https://npm.io/package/moment.md) ^2.17.1
- [request](https://npm.io/package/request.md) ^2.81.0
- [gravatar](https://npm.io/package/gravatar.md) ^1.6.0
- [mongoose](https://npm.io/package/mongoose.md) ^4.9.0
- [jwt-simple](https://npm.io/package/jwt-simple.md) ^0.5.1
- [email-addresses](https://npm.io/package/email-addresses.md) ^2.0.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.0.35 (latest) — 2017-03-17
- 0.0.34 — 2016-12-31
- 0.0.33 — 2016-12-01
- 0.0.32 — 2016-11-16
- 0.0.31 — 2016-11-15
- 0.0.30 — 2016-10-06
- 0.0.29 — 2016-10-05
- 0.0.28 — 2016-09-12
- 0.0.27 — 2016-09-12
- 0.0.26 — 2016-09-12
- 0.0.25 — 2016-09-12
- 0.0.24 — 2016-09-12
- 0.0.23 — 2016-09-09
- 0.0.22 — 2016-09-08
- 0.0.21 — 2016-09-08
- … 20 more at https://npm.io/package/fpl-utils-node/versions

## README

# fpl-utils-node
Common utilities library created for use within the following projects:

## New Version & Owner
Ownership has been transferred to [MEAN Factory](http://www.meanfactory.com) and is available under their [mf-utils-node](https://github.com/MEANFactory/mf-utils-node) package.

**No updates will be made to this project.  Please replace all instances with the new version from [MEAN Factory](http://www.meanfactory.com).**




## Mongoose Plugins ###

### [fpl-mongoose-audittrail](https://github.com/FredLackey/fpl-mongoose-audittrail) ###
Track who and when documents are created and updated without complex programming.  Compare and contract different versions of each document.

### [fpl-mongoose-dto](https://github.com/FredLackey/fpl-mongoose-dto) ###
Convert to/from JSON DTO while applying optional level-based hiding.

### [fpl-mongoose-softdelete](https://github.com/FredLackey/fpl-mongoose-softdelete) ###
Increase data integrity by retaining historical data and preventing data from being permanently deleted.  Each `delete` operation causes the document to be marked as "deleted" and subsequently hidden from result sets.

### [fpl-mongoose-validate](https://github.com/FredLackey/fpl-mongoose-validate) ###
Provides additional validation for extended data types, field lengths, arrays, and other useful features.

And, for convenience...

### [fpl-mongoose-plugins](https://github.com/FredLackey/fpl-mongoose-plugins) ###
Helper project to instantiate any of the installed `fpl-mongoose` plugins.



## Contact Information ##
MEAN Factory  
[support@meanfactory.com](mailto:support@meanfactory.com)  
[www.MEANFactory.com](http://www.meanfactory.com)  


## Original Author ##
Fred Lackey  
[fred.lackey@gmail.com](mailto:fred.lackey@gmail.com)  
[www.fredlackey.com](http://www.fredlackey.com)

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