Socket
Socket
Sign inDemoInstall

mongodb-core

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-core - npm Package Compare versions

Comparing version 1.0.0-alpha5 to 1.0.0-alpha6

4

lib/auth/sspi.js

@@ -75,5 +75,5 @@ var f = require('util').format

errorObject = err;
} else if(r.result['$err']) {
} else if(r && typeof r == 'object' && r.result['$err']) {
errorObject = r.result;
} else if(r.result['errmsg']) {
} else if(r && typeof r == 'object' && r.result['errmsg']) {
errorObject = r.result;

@@ -80,0 +80,0 @@ } else {

{
"name": "mongodb-core",
"version": "1.0.0-alpha5",
"version": "1.0.0-alpha6",
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",

@@ -5,0 +5,0 @@ "main": "index.js",

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