Socket
Socket
Sign inDemoInstall

@condor-labs/mongodb

Package Overview
Dependencies
116
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.1.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 3.1.0 - 2023-10-05
Notes:
- Add support for Mongoose 7 versions [#317](https://github.com/cebroker/condorlabs-npm-helpers/pull/317).
# 3.0.0 - 2023-07-18

@@ -2,0 +7,0 @@ Notes:

4

package.json
{
"name": "@condor-labs/mongodb",
"version": "3.0.0",
"version": "3.1.0",
"description": "This module provide and usefull helper to use mongoose library.",

@@ -46,3 +46,3 @@ "main": "index.js",

"peerDependencies": {
"mongoose": "^6.11.4 <7.0.0"
"mongoose": "^6.11.4 || >=7.0.0 <8.0.0"
},

@@ -49,0 +49,0 @@ "devDependencies": {

@@ -16,3 +16,3 @@ This module provide and usefull helper to use mongoose library.

```js
npm i -S mongoose@">=6.0.0 <7.0.0"
npm i -S mongoose@">=6.11.4 <8.0.0"
// or

@@ -19,0 +19,0 @@ npm i -S mongoose@6.11.4

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc