Socket
Socket
Sign inDemoInstall

@typegoose/typegoose

Package Overview
Dependencies
225
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.4.1 to 11.5.0

4

lib/typegoose.js

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

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

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

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

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

"peerDependencies": {
"mongoose": "~7.4.0"
"mongoose": "~7.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@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.3",
"@types/lodash": "^4.14.195",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "~14.18.51",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"class-transformer": "0.5.1",
"commitlint": "^17.6.7",
"eslint": "^8.45.0",
"commitlint": "^17.7.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest": "^29.6.4",
"jest-runner-tsd": "^4.0.0",
"lint-staged": "^13.2.3",
"mongodb-memory-server": "^8.13.0",
"mongoose": "~7.4.0",
"mongodb-memory-server": "^8.15.1",
"mongoose": "~7.5.0",
"prettier": "^2.8.8",

@@ -83,3 +83,3 @@ "rimraf": "^5.0.1",

"semver": "^7.5.4",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},

@@ -86,0 +86,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