Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xpress-mongo

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpress-mongo - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

13

package.json
{
"name": "xpress-mongo",
"version": "2.4.1",
"version": "2.4.2",
"description": "Light Weight ODM for mongoDb NodeJs",

@@ -11,7 +11,8 @@ "main": "index.js",

"scripts": {
"build": "npx tsc",
"play": "npx ts-node-dev --respawn tests/index.ts",
"test": "node JapaFile.js",
"test": "npm run build && node JapaFile.js",
"test-dev": "npx nodemon JapaFile.js --watch 'tests/**' --ext 'ts'",
"watch": "npx tsc --watch",
"prepublishOnly": "npx tsc && npm run test"
"prepublishOnly": "npm run build && npm run test"
},

@@ -37,3 +38,3 @@ "repository": {

"lodash": "^4.17.21",
"mongodb": "4.3.0",
"mongodb": "4.3.1",
"object-collection": "^3.0.0",

@@ -44,3 +45,3 @@ "uuid": "^8.3.2"

"@types/chance": "^1.1.3",
"@types/node": "^17.0.8",
"@types/node": "^17.0.10",
"@types/uuid": "^8.3.4",

@@ -52,3 +53,3 @@ "chance": "^1.1.8",

"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},

@@ -55,0 +56,0 @@ "engines": {

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