Socket
Socket
Sign inDemoInstall

@typegoose/typegoose

Package Overview
Dependencies
166
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.4.0 to 10.5.0

4

lib/typegoose.js

@@ -16,4 +16,4 @@ "use strict";

/* istanbul ignore next */
if (semver.lt(mongoose?.version, '6.11.0')) {
throw new Error(`Please use mongoose 6.11.0 or higher (Current mongoose: ${mongoose.version}) [E001]`);
if (semver.lt(mongoose?.version, '6.12.0')) {
throw new Error(`Please use mongoose 6.12.0 or higher (Current mongoose: ${mongoose.version}) [E001]`);
}

@@ -20,0 +20,0 @@ /* istanbul ignore next */

{
"name": "@typegoose/typegoose",
"version": "10.4.0",
"version": "10.5.0",
"description": "Define Mongoose models using TypeScript classes",

@@ -39,7 +39,7 @@ "main": "lib/typegoose.js",

"peerDependencies": {
"mongoose": "~6.11.0"
"mongoose": "~6.12.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@deepkit/core": "1.0.1-alpha.58",

@@ -54,19 +54,19 @@ "@deepkit/type": "1.0.1-alpha.58",

"@tsd/typescript": "~4.9.5",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "~14.14.31",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/semver": "^7.5.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"class-transformer": "0.5.1",
"commitlint": "^17.6.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"commitlint": "^17.7.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest": "^29.6.4",
"jest-runner-tsd": "^4.0.0",
"lint-staged": "^13.2.2",
"mongodb-memory-server": "^8.12.2",
"mongoose": "~6.11.0",
"mongodb-memory-server": "^8.15.1",
"mongoose": "~6.12.0",
"mongoose-findorcreate": "3.0.0",

@@ -76,3 +76,3 @@ "prettier": "^2.8.8",

"semantic-release": "^19.0.5",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"typescript": "~4.9.5"

@@ -84,4 +84,4 @@ },

"reflect-metadata": "^0.1.13",
"semver": "^7.5.0",
"tslib": "^2.5.0"
"semver": "^7.5.4",
"tslib": "^2.6.2"
},

@@ -88,0 +88,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc