Socket
Socket
Sign inDemoInstall

@nestjs/mongoose

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/mongoose - npm Package Compare versions

Comparing version 10.0.1 to 10.0.2

2

dist/factories/definitions.factory.js

@@ -53,3 +53,3 @@ "use strict";

}
else if (typeof optionsOrType.type === 'function') {
else if (typeof optionsOrType.type === 'function' || Array.isArray(optionsOrType.type)) {
optionsOrType.type = this.inspectTypeDefinition(optionsOrType.type);

@@ -56,0 +56,0 @@ return optionsOrType;

{
"name": "@nestjs/mongoose",
"version": "10.0.1",
"version": "10.0.2",
"description": "Nest - modern, fast, powerful node.js web framework (@mongoose)",

@@ -26,23 +26,23 @@ "author": "Kamil Mysliwiec",

"devDependencies": {
"@commitlint/cli": "17.6.7",
"@commitlint/config-angular": "17.6.7",
"@nestjs/common": "10.1.0",
"@nestjs/core": "10.1.0",
"@nestjs/platform-express": "10.1.0",
"@nestjs/testing": "10.1.0",
"@types/jest": "29.5.3",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "5.0.0",
"@commitlint/cli": "18.2.0",
"@commitlint/config-angular": "18.1.0",
"@nestjs/common": "10.2.8",
"@nestjs/core": "10.2.8",
"@nestjs/platform-express": "10.2.8",
"@nestjs/testing": "10.2.8",
"@types/jest": "29.5.8",
"@types/node": "18.18.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"jest": "29.6.1",
"lint-staged": "13.2.3",
"mongoose": "7.4.0",
"prettier": "3.0.0",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"mongoose": "7.6.4",
"prettier": "3.0.3",
"reflect-metadata": "0.1.13",
"release-it": "16.1.2",
"release-it": "16.2.1",
"rxjs": "7.8.1",

@@ -52,3 +52,3 @@ "supertest": "6.3.3",

"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},

@@ -58,3 +58,3 @@ "peerDependencies": {

"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"mongoose": "^6.0.2 || ^7.0.0",
"mongoose": "^6.0.2 || ^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.12",

@@ -61,0 +61,0 @@ "rxjs": "^7.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