New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uuid-mongodb

Package Overview
Dependencies
Maintainers
0
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.5 to 2.6.0

22

CHANGE_HISTORY.md

@@ -0,1 +1,23 @@

## (2024-09-23)
* upgrades uuid ([bff772f](https://github.com/cdimascio/uuid-mongodb/commit/bff772f))
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449))
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c))
## (2024-09-23)
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449))
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c))
## (2024-09-23)
* v2.5.5 ([413b449](https://github.com/cdimascio/uuid-mongodb/commit/413b449))
* fix: upgrade mongodb from 6.0.0 to 6.3.0 ([eb9c84c](https://github.com/cdimascio/uuid-mongodb/commit/eb9c84c))
## <small>2.5.5 (2024-01-28)</small>

@@ -2,0 +24,0 @@

2

lib/index.js
/*
* MIT License
* Copyright (c) 2018-2020 Carmine M DiMascio
* Copyright (c) 2018-2023 Carmine M DiMascio
*/

@@ -5,0 +5,0 @@ const { Binary } = require('mongodb');

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

@@ -26,8 +26,2 @@ "main": "lib/index.js",

"homepage": "https://github.com/cdimascio/uuid-mongodb#readme",
"dependencies": {
"uuid": "^9.0.1"
},
"peerDependencies": {
"mongodb": "3.6.x || 3.7.x || 4.x || 5.x || 6.x"
},
"devDependencies": {

@@ -38,5 +32,8 @@ "eslint": "8.38.0",

"mocha": "^10.2.0",
"mongodb": "6.0.0",
"prettier": "^2.8.7"
"mongodb": "^6.9.0",
"prettier": "^3.3.3"
},
"dependencies": {
"uuid": "^10.0.0"
}
}
}
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