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

mongoose

Package Overview
Dependencies
Maintainers
4
Versions
919
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose - npm Package Compare versions

Comparing version 8.11.0 to 8.12.0

9

lib/browser.js

@@ -87,2 +87,11 @@ /* eslint-env browser */

/**
* The constructor used for schematype options
*
* @method SchemaTypeOptions
* @api public
*/
exports.SchemaTypeOptions = require('./options/schemaTypeOptions');
/**
* Internal utils

@@ -89,0 +98,0 @@ *

16

package.json
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.11.0",
"version": "8.12.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",

@@ -25,3 +25,3 @@ "keywords": [

"kareem": "2.6.3",
"mongodb": "~6.13.0",
"mongodb": "~6.14.0",
"mpath": "0.9.0",

@@ -33,4 +33,4 @@ "mquery": "5.0.0",

"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@babel/core": "7.26.9",
"@babel/preset-env": "7.26.9",
"@typescript-eslint/eslint-plugin": "^8.19.1",

@@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^8.19.1",

"markdownlint-cli2": "^0.17.1",
"marked": "15.0.6",
"marked": "15.0.7",
"mkdirp": "^3.0.1",
"mocha": "11.1.0",
"moment": "2.30.1",
"mongodb-memory-server": "10.1.3",
"mongodb-memory-server": "10.1.4",
"ncp": "^2.0.0",

@@ -72,4 +72,4 @@ "nyc": "15.1.0",

"typescript": "5.7.3",
"uuid": "11.0.5",
"webpack": "5.97.1"
"uuid": "11.1.0",
"webpack": "5.98.0"
},

@@ -76,0 +76,0 @@ "directories": {

Sorry, the diff of this file is too big to display

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