Socket
Socket
Sign inDemoInstall

@andrewscwei/mongodb-odm

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@andrewscwei/mongodb-odm - npm Package Compare versions

Comparing version 0.76.0 to 0.77.0

4

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

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

"build:test": "npm run build -- --project tsconfig.test.json",
"test": "npm run build:test && mocha --timeout 10000 --reporter spec --full-trace --colors --exit \"build/**/*.spec.js\"",
"test": "mocha --timeout 10000 --reporter spec --full-trace --colors --exit \"build/**/*.spec.js\"",
"test:ts": "cross-env DEBUG=mongodb-odm* NODE_ENV=development mocha -r ts-node/register --timeout 10000 --reporter spec --full-trace --colors --exit \"src/**/*.spec.ts\"",

@@ -14,0 +14,0 @@ "db": "docker run --name node-mongodb-odm-db -d --rm -p 27017:27017 -v ${PWD}/.data/db:/data/db mongo:4.0.4",

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