# mongodb-objectid-helper

> A simple helper to determine if a string is a mongodb object id

Latest version **1.0.1** (published 2015-10-07) · 0 weekly downloads

## Install

```sh
npm install mongodb-objectid-helper
pnpm add mongodb-objectid-helper
yarn add mongodb-objectid-helper
bun add mongodb-objectid-helper
```

## 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.0.1 |
| Published | 2015-10-07 |
| First published | 2012-11-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Martin Wawrusch |
| Maintainers | mwawrusch |
| Keywords | mongodb, objectid |

## Links

- npm: https://www.npmjs.com/package/mongodb-objectid-helper
- Repository: https://github.com/codedoctor/node-mongodb-objectid-helper
- Homepage: https://github.com/codedoctor/node-mongodb-objectid-helper#readme
- Issues: http://github.com/codedoctor/node-mongodb-objectid-helper/issues
- npm.io page: https://npm.io/package/mongodb-objectid-helper

## Dependencies (1)

- [bson](https://npm.io/package/bson.md) 0.4.15

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2015-10-07
- 1.0.0 — 2015-10-06
- 0.2.0 — 2012-11-25

## README

node-mongodb-objectid-helper
===========================

npm install mongodb-objectid-helper

A simple helper that determines if a string is a mongodb object id.

objectIdHelper = require 'mongodb-objectid-helper'
objectIdHelper.isObjectId('some string')

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