New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@base-cms/db

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@base-cms/db - npm Package Compare versions

Comparing version 0.9.40 to 0.9.41

4

package.json
{
"name": "@base-cms/db",
"version": "0.9.40",
"version": "0.9.41",
"description": "The BaseCMS database driver. Requires direct MongoDB access.",

@@ -21,3 +21,3 @@ "main": "src/index.js",

},
"gitHead": "6513a7b63d8c812e1641baca808d8551fed50c8e"
"gitHead": "491c616f844361940db5d0541f0fe7382f7d425a"
}

@@ -14,3 +14,3 @@ const { inspect } = require('util');

const shouldLog = () => {
if (!NODE_ENV !== 'development') return false;
if (NODE_ENV !== 'development') return false;
return ENABLE_BASEDB_LOGGING;

@@ -17,0 +17,0 @@ };

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