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

couchbase-driver

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchbase-driver - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

dist/index.js

@@ -159,10 +159,10 @@ 'use strict';

if (options.missing === true) {
return fn(err, results, misses);
return fn(errors, results, misses);
}
return fn(err, results);
return fn(errors, results);
}
if (options.missing === false) {
return fn(err, results);
return fn(errors, results);
}

@@ -169,0 +169,0 @@

{
"name": "couchbase-driver",
"description": "An improved version of the official Couchbase driver",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/bojand/couchbase-driver",

@@ -6,0 +6,0 @@ "license": "MIT",

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