Socket
Socket
Sign inDemoInstall

cosa

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosa - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

lib/db.js

@@ -274,3 +274,3 @@ const debug = require('debug')('cosa:db');

options = defaults(options, {
explain: false
explain: undefined // do not use false that will actually cause an explain. https://github.com/mongodb/node-mongodb-native/pull/2626/files#diff-17118eb51bf767027b48c4456850f1b0b9efcd4be4322b5f26898a42731e4621R28
});

@@ -277,0 +277,0 @@ debug('getting db collection');

{
"name": "cosa",
"version": "5.0.0",
"version": "5.0.1",
"description": "Cosa Models for MongoDB",

@@ -39,3 +39,3 @@ "main": "lib/index.js",

"clone": "^2.1.2",
"debug": "^4.2.0",
"debug": "^4.3.1",
"defaults": "^1.0.3",

@@ -45,3 +45,3 @@ "error": "^7.0.2",

"@hapi/joi": "^17.1.1",
"mongodb": "~3.6.2",
"mongodb": "~3.6.4",
"mongodb-extended-json": "~1.11.0",

@@ -53,10 +53,10 @@ "object-assign": "^4.1.1",

"devDependencies": {
"@losant/eslint-config-losant": "^1.4.0",
"@losant/eslint-config-losant": "^1.4.3",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"chai": "^4.2.0",
"lint-staged": "^10.5.4",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-datetime": "^1.7.0",
"documentation": "^13.1.0",
"mocha": "^8.2.1",
"chai-datetime": "^1.8.0",
"documentation": "^13.1.1",
"mocha": "^8.3.0",
"string-template": "^1.0.0"

@@ -63,0 +63,0 @@ },

Sorry, the diff of this file is not supported yet

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