Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uuid-mongodb

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-mongodb - npm Package Compare versions

Comparing version 2.5.4 to 2.5.5

307

CHANGE_HISTORY.md

@@ -1,303 +0,12 @@

## <small>2.5.4 (2023-04-15)</small>
## <small>2.5.5 (2024-01-28)</small>
* assets ([2c8aa99](https://github.com/cdimascio/uuid-mongodb/commit/2c8aa99))
* Cleaned up the overload of the toString() method on the MUUID interface to work with MongoDB driver ([c297bc6](https://github.com/cdimascio/uuid-mongodb/commit/c297bc6))
* Cosmetic tidy up to satisfy linting rules. ([c266c0b](https://github.com/cdimascio/uuid-mongodb/commit/c266c0b))
* Update README.md ([f707687](https://github.com/cdimascio/uuid-mongodb/commit/f707687))
* Update README.md ([e518408](https://github.com/cdimascio/uuid-mongodb/commit/e518408))
* Updated to latest dependencies. Added support for MongoDB driver v5.x and fixed one failing test aft ([2f41bab](https://github.com/cdimascio/uuid-mongodb/commit/2f41bab))
* v2.5.4 ([56cb3a7](https://github.com/cdimascio/uuid-mongodb/commit/56cb3a7))
* Add support for mongodb@6.x ([9859389](https://github.com/cdimascio/uuid-mongodb/commit/9859389))
* Update package.json ([3c6cd6a](https://github.com/cdimascio/uuid-mongodb/commit/3c6cd6a))
* v2.5.5 ([398a1b3](https://github.com/cdimascio/uuid-mongodb/commit/398a1b3))
* fix: upgrade uuid from 9.0.0 to 9.0.1 ([f24ed75](https://github.com/cdimascio/uuid-mongodb/commit/f24ed75))
* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 ([fc8652e](https://github.com/cdimascio/uuid-mongodb/commit/fc8652e))
* chore(deps): bump mongodb from 4.16.0 to 4.17.0 in /examples ([f5b8998](https://github.com/cdimascio/uuid-mongodb/commit/f5b8998))
* chore(deps): bump mongoose from 6.0.13 to 6.11.3 in /examples ([f6810df](https://github.com/cdimascio/uuid-mongodb/commit/f6810df))
## <small>2.5.3 (2022-12-27)</small>
* add examples to .npmignore ([8e9cda2](https://github.com/cdimascio/uuid-mongodb/commit/8e9cda2))
* add support all mongo 4.x peers ([ca054d9](https://github.com/cdimascio/uuid-mongodb/commit/ca054d9))
* Updated dependencies (including the mongodb v4.13.x peer dependency). ([acaa71a](https://github.com/cdimascio/uuid-mongodb/commit/acaa71a))
* Updated the mongodb peer dependency to accept all 4.x versions due to the increased release cadence ([c490436](https://github.com/cdimascio/uuid-mongodb/commit/c490436))
* v2.5.3 ([31a481e](https://github.com/cdimascio/uuid-mongodb/commit/31a481e))
## <small>2.5.2 (2022-12-14)</small>
* Added support for the mongodb 4.7.x driver in peer dependencies. ([7cfcef2](https://github.com/cdimascio/uuid-mongodb/commit/7cfcef2))
* Added support for the mongodb 4.8.x driver in peer dependencies and updated dependencies to the late ([715139b](https://github.com/cdimascio/uuid-mongodb/commit/715139b))
* Added support for the MongoDB 4.9 driver. Updated other devDependencies to the latest versions. All ([8a8f5a4](https://github.com/cdimascio/uuid-mongodb/commit/8a8f5a4))
* Updated dependencies. Added support for the mongodb v4.6.x as a peer dependency. Remove the dev depe ([ca726b1](https://github.com/cdimascio/uuid-mongodb/commit/ca726b1))
* Updated to uuid version 9.0.0; Updated MongoDB peer dependencies to cover al versions through to V4. ([60399ce](https://github.com/cdimascio/uuid-mongodb/commit/60399ce))
* v2.5.2 ([717ef33](https://github.com/cdimascio/uuid-mongodb/commit/717ef33))
* v2.5.2 ([666e5b9](https://github.com/cdimascio/uuid-mongodb/commit/666e5b9))
## <small>2.5.1 (2022-04-08)</small>
* Added support for mocha in the linting rules ([0d58a16](https://github.com/cdimascio/uuid-mongodb/commit/0d58a16))
* Added support for the MongoDB 4.3.x driver. ([047ccd9](https://github.com/cdimascio/uuid-mongodb/commit/047ccd9))
* Added support for the MongoDB 4.4.x driver. ([815cf30](https://github.com/cdimascio/uuid-mongodb/commit/815cf30))
* examples ([934a0a4](https://github.com/cdimascio/uuid-mongodb/commit/934a0a4))
* update README ([072772a](https://github.com/cdimascio/uuid-mongodb/commit/072772a))
* Updated the mongodb peer dependencies to unclude 3.7 & 4.5 ([42dd515](https://github.com/cdimascio/uuid-mongodb/commit/42dd515))
* v2.5.1 ([82d6a4b](https://github.com/cdimascio/uuid-mongodb/commit/82d6a4b))
## 2.5.0 (2022-01-02)
* support all mongodb peer versions ([197e9a3](https://github.com/cdimascio/uuid-mongodb/commit/197e9a3))
* v2.5.0 ([aed7374](https://github.com/cdimascio/uuid-mongodb/commit/aed7374))
## <small>2.4.5 (2021-11-27)</small>
* (chore) upgrade mongdb to v4.x ([91bc3f5](https://github.com/cdimascio/uuid-mongodb/commit/91bc3f5))
* (chore) upgrade mongdb to v4.x ([bde04d9](https://github.com/cdimascio/uuid-mongodb/commit/bde04d9))
* (chore) upgrade to mongo 4 and mongoose 6 for examples ([6db1ea5](https://github.com/cdimascio/uuid-mongodb/commit/6db1ea5))
## <small>2.4.4 (2021-05-29)</small>
* increment patch version ([9c20907](https://github.com/cdimascio/uuid-mongodb/commit/9c20907))
## <small>2.4.3 (2021-04-18)</small>
* allow 4.x betas ([fffcea9](https://github.com/cdimascio/uuid-mongodb/commit/fffcea9))
* increment patch version ([0bcabaf](https://github.com/cdimascio/uuid-mongodb/commit/0bcabaf))
* missing new operator added ([b9a313f](https://github.com/cdimascio/uuid-mongodb/commit/b9a313f))
* Update uuid-mongodb_spec.js ([fcbab01](https://github.com/cdimascio/uuid-mongodb/commit/fcbab01))
* fix: example/package.json & example/package-lock.json to reduce vulnerabilities ([b54f92b](https://github.com/cdimascio/uuid-mongodb/commit/b54f92b))
* fix: upgrade mongoose from 5.11.8 to 5.11.9 ([5ae3ad0](https://github.com/cdimascio/uuid-mongodb/commit/5ae3ad0))
* chore(deps): bump y18n from 4.0.0 to 4.0.1 ([83dec56](https://github.com/cdimascio/uuid-mongodb/commit/83dec56))
## <small>2.4.2 (2021-02-15)</small>
* chore: change history ([505aebb](https://github.com/cdimascio/uuid-mongodb/commit/505aebb))
* chore: increment patch version ([f7a8d0b](https://github.com/cdimascio/uuid-mongodb/commit/f7a8d0b))
* updated typescript definition to include formatted toString ([3022cd1](https://github.com/cdimascio/uuid-mongodb/commit/3022cd1))
## <small>2.4.1 (2020-12-25)</small>
* chore: update change log ([dcf1580](https://github.com/cdimascio/uuid-mongodb/commit/dcf1580))
* chore: upgrade deps ([c5de408](https://github.com/cdimascio/uuid-mongodb/commit/c5de408))
* feat: improved type declarations ([ee26ce5](https://github.com/cdimascio/uuid-mongodb/commit/ee26ce5))
* Implemented the specific types used in the mode function so as not to break downstream typescript pr ([79fd8c0](https://github.com/cdimascio/uuid-mongodb/commit/79fd8c0))
## 2.4.0 (2020-12-01)
* chore: add change history ([2827023](https://github.com/cdimascio/uuid-mongodb/commit/2827023))
* chore: increment minor version ([c61583f](https://github.com/cdimascio/uuid-mongodb/commit/c61583f))
* Exported type for mode ([d2489a4](https://github.com/cdimascio/uuid-mongodb/commit/d2489a4))
* update deps ([781fb82](https://github.com/cdimascio/uuid-mongodb/commit/781fb82))
* fix: upgrade mongodb from 3.6.2 to 3.6.3 ([8093b03](https://github.com/cdimascio/uuid-mongodb/commit/8093b03))
## <small>2.3.4 (2020-11-29)</small>
* add mongoose example ([462b3e1](https://github.com/cdimascio/uuid-mongodb/commit/462b3e1))
* Bump bl from 2.2.0 to 2.2.1 in /example ([8c76b2e](https://github.com/cdimascio/uuid-mongodb/commit/8c76b2e))
* increment patch ver and deps ([1c7b3b6](https://github.com/cdimascio/uuid-mongodb/commit/1c7b3b6))
* increment patch version ([b1e1952](https://github.com/cdimascio/uuid-mongodb/commit/b1e1952))
* MIT license ([959b1f4](https://github.com/cdimascio/uuid-mongodb/commit/959b1f4))
* support canonical and relaxed modes ([e101bc2](https://github.com/cdimascio/uuid-mongodb/commit/e101bc2))
* Update .all-contributorsrc ([a412a70](https://github.com/cdimascio/uuid-mongodb/commit/a412a70))
* Update .all-contributorsrc ([232c882](https://github.com/cdimascio/uuid-mongodb/commit/232c882))
* update deps ([c900495](https://github.com/cdimascio/uuid-mongodb/commit/c900495))
* update deps ([0602e00](https://github.com/cdimascio/uuid-mongodb/commit/0602e00))
* update deps and increment patch version ([3ec6664](https://github.com/cdimascio/uuid-mongodb/commit/3ec6664))
* update error message ([2cfa47f](https://github.com/cdimascio/uuid-mongodb/commit/2cfa47f))
* update example deps ([4a94822](https://github.com/cdimascio/uuid-mongodb/commit/4a94822))
* update reaadme ([a7d8517](https://github.com/cdimascio/uuid-mongodb/commit/a7d8517))
* update README ([315f861](https://github.com/cdimascio/uuid-mongodb/commit/315f861))
* Update README.md ([79bcfe1](https://github.com/cdimascio/uuid-mongodb/commit/79bcfe1))
* Update README.md ([6094b15](https://github.com/cdimascio/uuid-mongodb/commit/6094b15))
* Update README.md ([3bb4faf](https://github.com/cdimascio/uuid-mongodb/commit/3bb4faf))
* Update README.md ([fc8db19](https://github.com/cdimascio/uuid-mongodb/commit/fc8db19))
* Update README.md ([08b2d50](https://github.com/cdimascio/uuid-mongodb/commit/08b2d50))
* Update README.md ([d93983c](https://github.com/cdimascio/uuid-mongodb/commit/d93983c))
* Update README.md ([45efce8](https://github.com/cdimascio/uuid-mongodb/commit/45efce8))
* Update README.md ([05c1bc1](https://github.com/cdimascio/uuid-mongodb/commit/05c1bc1))
* Update README.md ([241a613](https://github.com/cdimascio/uuid-mongodb/commit/241a613))
* upgrade deps and increment patch version (#36) ([e41cbd0](https://github.com/cdimascio/uuid-mongodb/commit/e41cbd0)), closes [#36](https://github.com/cdimascio/uuid-mongodb/issues/36)
* fix: upgrade mongodb from 3.5.5 to 3.5.6 ([ab836e5](https://github.com/cdimascio/uuid-mongodb/commit/ab836e5))
* fix: upgrade mongodb from 3.5.5 to 3.5.6 ([7800ad2](https://github.com/cdimascio/uuid-mongodb/commit/7800ad2))
* fix: upgrade mongodb from 3.5.6 to 3.5.7 ([cbaa4c3](https://github.com/cdimascio/uuid-mongodb/commit/cbaa4c3))
* fix: upgrade mongodb from 3.5.6 to 3.5.7 ([5b30d24](https://github.com/cdimascio/uuid-mongodb/commit/5b30d24))
* fix: upgrade mongodb from 3.5.7 to 3.5.9 ([e6c0835](https://github.com/cdimascio/uuid-mongodb/commit/e6c0835))
* fix: upgrade mongoose from 5.10.5 to 5.10.6 ([6a24992](https://github.com/cdimascio/uuid-mongodb/commit/6a24992))
* fix: upgrade mongoose from 5.9.10 to 5.9.18 ([db956e8](https://github.com/cdimascio/uuid-mongodb/commit/db956e8))
* fix: upgrade mongoose from 5.9.6 to 5.9.7 ([29d07cf](https://github.com/cdimascio/uuid-mongodb/commit/29d07cf))
* fix: upgrade mongoose from 5.9.6 to 5.9.7 ([b3c5ebe](https://github.com/cdimascio/uuid-mongodb/commit/b3c5ebe))
* fix: upgrade mongoose from 5.9.7 to 5.9.10 ([63d5c29](https://github.com/cdimascio/uuid-mongodb/commit/63d5c29))
* fix: upgrade mongoose from 5.9.7 to 5.9.10 ([bc48255](https://github.com/cdimascio/uuid-mongodb/commit/bc48255))
* fix: upgrade uuid from 8.0.0 to 8.1.0 ([efed0d7](https://github.com/cdimascio/uuid-mongodb/commit/efed0d7))
## <small>2.2.1 (2020-04-23)</small>
* add formatting tests ([c13a129](https://github.com/cdimascio/uuid-mongodb/commit/c13a129))
* added basic formatting similar to .NET ([ea834ac](https://github.com/cdimascio/uuid-mongodb/commit/ea834ac))
* Bump acorn from 7.1.0 to 7.1.1 ([89a00fd](https://github.com/cdimascio/uuid-mongodb/commit/89a00fd))
* increment minor version ([8c8ad8e](https://github.com/cdimascio/uuid-mongodb/commit/8c8ad8e))
* increment patch version ([d0453e2](https://github.com/cdimascio/uuid-mongodb/commit/d0453e2))
* increment patch version ([1d1cb3f](https://github.com/cdimascio/uuid-mongodb/commit/1d1cb3f))
* prettier 2.x formatting ([4ec53ee](https://github.com/cdimascio/uuid-mongodb/commit/4ec53ee))
* update readme ([7161a31](https://github.com/cdimascio/uuid-mongodb/commit/7161a31))
* Update README.md ([b82d103](https://github.com/cdimascio/uuid-mongodb/commit/b82d103))
* fix: upgrade mongodb from 3.3.4 to 3.5.5 ([3288b70](https://github.com/cdimascio/uuid-mongodb/commit/3288b70))
* fix: upgrade mongoose from 5.7.12 to 5.9.5 ([3230f31](https://github.com/cdimascio/uuid-mongodb/commit/3230f31))
* fix: upgrade mongoose from 5.9.5 to 5.9.6 ([58d3d0a](https://github.com/cdimascio/uuid-mongodb/commit/58d3d0a))
## <small>2.1.3 (2020-02-12)</small>
* add example deps ([2d2cabc](https://github.com/cdimascio/uuid-mongodb/commit/2d2cabc))
* add mongoose example ([f207822](https://github.com/cdimascio/uuid-mongodb/commit/f207822))
* add mongoose example ([3a6dbe7](https://github.com/cdimascio/uuid-mongodb/commit/3a6dbe7))
* add native mongo example ([c1ad7f5](https://github.com/cdimascio/uuid-mongodb/commit/c1ad7f5))
* add npmignore ([20cd742](https://github.com/cdimascio/uuid-mongodb/commit/20cd742))
* Bump eslint-utils from 1.3.1 to 1.4.2 ([3457652](https://github.com/cdimascio/uuid-mongodb/commit/3457652))
* Bump lodash from 4.17.11 to 4.17.14 ([a15e50b](https://github.com/cdimascio/uuid-mongodb/commit/a15e50b))
* enhance binary uuid check ([e8390bf](https://github.com/cdimascio/uuid-mongodb/commit/e8390bf))
* formatting ([ef81ee4](https://github.com/cdimascio/uuid-mongodb/commit/ef81ee4))
* increment version ([f0e3642](https://github.com/cdimascio/uuid-mongodb/commit/f0e3642))
* increment version ([ee83336](https://github.com/cdimascio/uuid-mongodb/commit/ee83336))
* Update .travis.yml ([7f8f3a0](https://github.com/cdimascio/uuid-mongodb/commit/7f8f3a0))
* update deps ([e1e2b88](https://github.com/cdimascio/uuid-mongodb/commit/e1e2b88))
* update deps and increment minor ver ([1493c36](https://github.com/cdimascio/uuid-mongodb/commit/1493c36))
* update examples ([59c9a85](https://github.com/cdimascio/uuid-mongodb/commit/59c9a85))
* Update index.js ([9d0a1dc](https://github.com/cdimascio/uuid-mongodb/commit/9d0a1dc))
* update mongoose example ([210469b](https://github.com/cdimascio/uuid-mongodb/commit/210469b))
* update npmignore ([3163694](https://github.com/cdimascio/uuid-mongodb/commit/3163694))
* update readme ([0ff9ca8](https://github.com/cdimascio/uuid-mongodb/commit/0ff9ca8))
* update README ([3b65fb0](https://github.com/cdimascio/uuid-mongodb/commit/3b65fb0))
* Update README.md ([d0d41be](https://github.com/cdimascio/uuid-mongodb/commit/d0d41be))
* Update README.md ([24d933d](https://github.com/cdimascio/uuid-mongodb/commit/24d933d))
* Update README.md ([3ce9b5f](https://github.com/cdimascio/uuid-mongodb/commit/3ce9b5f))
* Update README.md ([1c665e0](https://github.com/cdimascio/uuid-mongodb/commit/1c665e0))
* Update README.md ([2c94d2f](https://github.com/cdimascio/uuid-mongodb/commit/2c94d2f))
* upgrade deps ([17ea58d](https://github.com/cdimascio/uuid-mongodb/commit/17ea58d))
## <small>2.0.1 (2019-05-31)</small>
* integrate linter ([10c7cc5](https://github.com/cdimascio/uuid-mongodb/commit/10c7cc5))
* integrate linter ([3b984a0](https://github.com/cdimascio/uuid-mongodb/commit/3b984a0))
* Update .all-contributorsrc ([34ccca3](https://github.com/cdimascio/uuid-mongodb/commit/34ccca3))
* Update package.json ([a2be2e8](https://github.com/cdimascio/uuid-mongodb/commit/a2be2e8))
* update peer deps and add description ([9c761ea](https://github.com/cdimascio/uuid-mongodb/commit/9c761ea))
* Update README.md ([7f30247](https://github.com/cdimascio/uuid-mongodb/commit/7f30247))
* Update README.md ([a0cc95d](https://github.com/cdimascio/uuid-mongodb/commit/a0cc95d))
* Update README.md ([b6d78f7](https://github.com/cdimascio/uuid-mongodb/commit/b6d78f7))
* docs: create .all-contributorsrc ([cc49054](https://github.com/cdimascio/uuid-mongodb/commit/cc49054))
* docs: update README.md ([99839fc](https://github.com/cdimascio/uuid-mongodb/commit/99839fc))
## 2.0.0 (2019-05-25)
* Fix bug allowing 36 byte buffers to be converted to UUID ([b1cd5eb](https://github.com/cdimascio/uuid-mongodb/commit/b1cd5eb))
* Fixed "should throw when converting an Binary non SUBTYPE_UUID" (failing) ([0c2cf9d](https://github.com/cdimascio/uuid-mongodb/commit/0c2cf9d))
* Fixed failing test (subtype check) ([a1e07b6](https://github.com/cdimascio/uuid-mongodb/commit/a1e07b6))
* Fixed from() ([5260dc6](https://github.com/cdimascio/uuid-mongodb/commit/5260dc6))
* Fixed test "should throw when converting an invalid uuid" ([fcea212](https://github.com/cdimascio/uuid-mongodb/commit/fcea212))
* Fixed tests. Yes, one is intentionally failing. ([127f864](https://github.com/cdimascio/uuid-mongodb/commit/127f864))
* increment version and deps ([6d35f68](https://github.com/cdimascio/uuid-mongodb/commit/6d35f68))
* Removed duplicate validation ([410f228](https://github.com/cdimascio/uuid-mongodb/commit/410f228))
* Test that 36 byte strings can't be stored as UUID (failing) ([2694dbe](https://github.com/cdimascio/uuid-mongodb/commit/2694dbe))
* The Buffer constructor is deprecated ([8eb0ac4](https://github.com/cdimascio/uuid-mongodb/commit/8eb0ac4))
* TypeScript definitions ([0dbaafe](https://github.com/cdimascio/uuid-mongodb/commit/0dbaafe))
* Update index.js ([718e76a](https://github.com/cdimascio/uuid-mongodb/commit/718e76a))
* Update README.md ([6fdd0dd](https://github.com/cdimascio/uuid-mongodb/commit/6fdd0dd))
* Update README.md ([8fb2b72](https://github.com/cdimascio/uuid-mongodb/commit/8fb2b72))
## <small>1.1.4 (2019-03-09)</small>
* increment version ([5530094](https://github.com/cdimascio/uuid-mongodb/commit/5530094))
* integrate travis ([9b48fbd](https://github.com/cdimascio/uuid-mongodb/commit/9b48fbd))
* Update index.js ([4eea8fd](https://github.com/cdimascio/uuid-mongodb/commit/4eea8fd))
* update latest peers ([d51cba3](https://github.com/cdimascio/uuid-mongodb/commit/d51cba3))
* Update README.md ([9c4bf26](https://github.com/cdimascio/uuid-mongodb/commit/9c4bf26))
* Update README.md ([1381c67](https://github.com/cdimascio/uuid-mongodb/commit/1381c67))
* Update README.md ([a0e3bfa](https://github.com/cdimascio/uuid-mongodb/commit/a0e3bfa))
## <small>1.1.2 (2018-11-17)</small>
* fix quotes ([78c1464](https://github.com/cdimascio/uuid-mongodb/commit/78c1464))
* from should throw error on unexpected types ([6ed4b04](https://github.com/cdimascio/uuid-mongodb/commit/6ed4b04))
* increment ver ([e0249d2](https://github.com/cdimascio/uuid-mongodb/commit/e0249d2))
* update deps ([e5121f9](https://github.com/cdimascio/uuid-mongodb/commit/e5121f9))
* update readme ([4cc99de](https://github.com/cdimascio/uuid-mongodb/commit/4cc99de))
* Update README.md ([6fe725d](https://github.com/cdimascio/uuid-mongodb/commit/6fe725d))
* Update README.md ([0385879](https://github.com/cdimascio/uuid-mongodb/commit/0385879))
* v1.1.2 ([0d840b5](https://github.com/cdimascio/uuid-mongodb/commit/0d840b5))
## <small>1.0.2 (2018-08-09)</small>
* update readme ([2858ddf](https://github.com/cdimascio/uuid-mongodb/commit/2858ddf))
* update readme ([3454a07](https://github.com/cdimascio/uuid-mongodb/commit/3454a07))
* update readme ([f016baf](https://github.com/cdimascio/uuid-mongodb/commit/f016baf))
* update readme ([a4c1e90](https://github.com/cdimascio/uuid-mongodb/commit/a4c1e90))
## <small>1.0.3 (2018-08-09)</small>
* add uuid validation ([be52bad](https://github.com/cdimascio/uuid-mongodb/commit/be52bad))
* fix binary check ([35c3e5e](https://github.com/cdimascio/uuid-mongodb/commit/35c3e5e))
* fix length test ([f1bae7d](https://github.com/cdimascio/uuid-mongodb/commit/f1bae7d))
* generate and accept uuids according to spec ([1bd0bcb](https://github.com/cdimascio/uuid-mongodb/commit/1bd0bcb))
* implement tests ([6b51b85](https://github.com/cdimascio/uuid-mongodb/commit/6b51b85))
* implement tests ([8eeff3c](https://github.com/cdimascio/uuid-mongodb/commit/8eeff3c))
* update ver ([1004a52](https://github.com/cdimascio/uuid-mongodb/commit/1004a52))
* update version ([65b00a4](https://github.com/cdimascio/uuid-mongodb/commit/65b00a4))
* update version ([1019965](https://github.com/cdimascio/uuid-mongodb/commit/1019965))
* version 1.0.0 ([f2a28b5](https://github.com/cdimascio/uuid-mongodb/commit/f2a28b5))
## <small>0.9.1 (2018-07-30)</small>
* add ability to convert from Binary to MUUID ([bf6fa2b](https://github.com/cdimascio/uuid-mongodb/commit/bf6fa2b))
* add assets ([7d6b379](https://github.com/cdimascio/uuid-mongodb/commit/7d6b379))
* Create LICENSE ([d225790](https://github.com/cdimascio/uuid-mongodb/commit/d225790))
* export module ([2a8bfeb](https://github.com/cdimascio/uuid-mongodb/commit/2a8bfeb))
* fix imports ([ecaa6e5](https://github.com/cdimascio/uuid-mongodb/commit/ecaa6e5))
* initial version ([044ce21](https://github.com/cdimascio/uuid-mongodb/commit/044ce21))
* update main ([829ac24](https://github.com/cdimascio/uuid-mongodb/commit/829ac24))
* update readme ([fa84d3a](https://github.com/cdimascio/uuid-mongodb/commit/fa84d3a))
* update readme ([9513ed0](https://github.com/cdimascio/uuid-mongodb/commit/9513ed0))
* Update README.md ([ca9d988](https://github.com/cdimascio/uuid-mongodb/commit/ca9d988))
* Update README.md ([28c2d86](https://github.com/cdimascio/uuid-mongodb/commit/28c2d86))
* Update README.md ([aec731a](https://github.com/cdimascio/uuid-mongodb/commit/aec731a))
* Update README.md ([ea991c5](https://github.com/cdimascio/uuid-mongodb/commit/ea991c5))
* Update README.md ([45782f1](https://github.com/cdimascio/uuid-mongodb/commit/45782f1))
* Update README.md ([077069f](https://github.com/cdimascio/uuid-mongodb/commit/077069f))
* Update README.md ([08d439c](https://github.com/cdimascio/uuid-mongodb/commit/08d439c))
* update ver ([493f8e2](https://github.com/cdimascio/uuid-mongodb/commit/493f8e2))
* update ver ([ff2fd3f](https://github.com/cdimascio/uuid-mongodb/commit/ff2fd3f))
* update ver ([7298944](https://github.com/cdimascio/uuid-mongodb/commit/7298944))

12

package.json
{
"name": "uuid-mongodb",
"version": "2.5.4",
"version": "2.5.5",
"description": "Generates and parses MongoDB BSON UUIDs. Plays nicely with others including the MongoDB native driver and Mongoose.",

@@ -27,6 +27,6 @@ "main": "lib/index.js",

"dependencies": {
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x"
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x || 6.x"
},

@@ -38,5 +38,5 @@ "devDependencies": {

"mocha": "^10.2.0",
"prettier": "^2.8.7",
"mongodb": "5.2.0"
"mongodb": "6.0.0",
"prettier": "^2.8.7"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc