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 9.0.0 to 9.0.1

.github/ISSUE_TEMPLATE/Bug_report.yml

2

dist/mongoose-core.module.js

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

return yield (0, rxjs_1.lastValueFrom)((0, rxjs_1.defer)(() => __awaiter(this, void 0, void 0, function* () {
return mongooseConnectionFactory(mongoose.createConnection(uri, mongooseOptions), mongooseConnectionName);
return mongooseConnectionFactory(yield mongoose.createConnection(uri, mongooseOptions).asPromise(), mongooseConnectionName);
})).pipe((0, mongoose_utils_1.handleRetry)(retryAttempts, retryDelay)));

@@ -63,0 +63,0 @@ }),

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

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

"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-angular": "13.1.0",
"@nestjs/common": "8.0.7",
"@nestjs/core": "8.0.7",
"@nestjs/platform-express": "8.0.7",
"@nestjs/testing": "8.0.7",
"@commitlint/cli": "13.2.1",
"@commitlint/config-angular": "13.2.0",
"@nestjs/common": "8.1.1",
"@nestjs/core": "8.1.1",
"@nestjs/platform-express": "8.1.1",
"@nestjs/testing": "8.1.1",
"@types/jest": "27.0.2",
"@types/node": "14.17.19",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"eslint": "7.32.0",
"@types/node": "14.17.27",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"eslint": "8.0.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-prettier": "4.0.0",
"husky": "7.0.2",
"jest": "27.2.2",
"lint-staged": "11.1.2",
"mongoose": "6.0.2",
"jest": "27.2.5",
"lint-staged": "11.2.3",
"mongoose": "6.0.11",
"prettier": "2.4.1",
"reflect-metadata": "0.1.13",
"release-it": "14.11.6",
"rxjs": "7.3.0",
"rxjs": "7.4.0",
"supertest": "6.1.6",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "4.4.3"
"ts-jest": "27.0.7",
"ts-node": "10.3.0",
"typescript": "4.4.4"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

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