Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 0.1.8

3

dist/index.js

@@ -326,3 +326,4 @@ 'use strict';

}
return _this2.remove(key, { cas: doc2.cas }, rfn);
var ropts = doc2 ? { cas: doc2.cas } : {};
return _this2.remove(key, ropts, rfn);
});

@@ -329,0 +330,0 @@ }

@@ -17,2 +17,3 @@ # couchbase-driver

* `remove` also handles *key not found* errors more gracefully.
* `getAndLock` also handles *key not found* errors more gracefully.
* adds `atomic` function that tries to do perform `getAndLock` + `transform` + specified database operation utilizing `CAS`

@@ -19,0 +20,0 @@ in one step until success or maximum retries have occurred.

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

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

@@ -17,2 +17,3 @@ # couchbase-driver

* `remove` also handles *key not found* errors more gracefully.
* `getAndLock` also handles *key not found* errors more gracefully.
* adds `atomic` function that tries to do perform `getAndLock` + `transform` + specified database operation utilizing `CAS`

@@ -19,0 +20,0 @@ in one step until success or maximum retries have occurred.

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