Socket
Socket
Sign inDemoInstall

@andrewscwei/mongodb-odm

Package Overview
Dependencies
247
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.85.0 to 0.86.0

build/core/aggregation/group.d.ts

23

package.json
{
"name": "@andrewscwei/mongodb-odm",
"version": "0.85.0",
"version": "0.86.0",
"description": "ODM for MongoDB",

@@ -10,4 +10,3 @@ "main": "build/index.js",

"build": "npm run clean && tsc",
"build:test": "npm run build -- --project tsconfig.test.json",
"test": "mocha -b -c --timeout 5000 --extension spec.js --recursive --exit \"build/$npm_config_files\"",
"test": "npm run build -- --project tsconfig.test.json && mocha -b -c --timeout 5000 --reporter json --reporter-option output=.tmp/test-results.json --extension spec.js --recursive --exit \"build/$npm_config_files\"",
"test:ts": "concurrently --kill-others \"docker run --rm -p 27017:27017 mongo:5.0.5\" \"cross-env DEBUG=mongodb-odm* mocha -r ts-node/register -b -c --timeout 5000 --extension spec.ts --recursive --exit \"src/$npm_config_files\"\"",

@@ -40,14 +39,14 @@ "lint": "eslint --ext .ts src",

"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.190",
"@types/mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"chance": "^1.1.9",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"eslint": "^8.33.0",
"mocha": "^10.2.0",
"rimraf": "^4.1.2",
"ts-node": "^10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.5"
},

@@ -58,4 +57,4 @@ "dependencies": {

"lodash": "^4.17.21",
"mongodb": "^4.12.1"
"mongodb": "^5.0.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc