🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@reddb-io/client

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reddb-io/client - npm Package Compare versions

Comparing version
1.21.0-rc.193
to
1.21.0-rc.195
+1
-1
package.json
{
"name": "@reddb-io/client",
"version": "1.21.0-rc.193",
"version": "1.21.0-rc.195",
"description": "Thin remote-only RedDB driver. Downloads the `red_client` binary on install. Speaks RedWire/gRPC/HTTP. Embedded URIs (memory://, file://, red:///path) are rejected — use @reddb-io/sdk for those.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -60,3 +60,3 @@ import { RedDBError } from './protocol.js'

const result = await this.db.query(
`UPDATE ${sqlIdentifierPath(collection)} DOCUMENTS SET ${assignments} WHERE rid = $1 RETURNING *`,
`UPDATE ${sqlIdentifierPath(collection)} SET ${assignments} WHERE rid = $1 RETURNING *`,
rid,

@@ -63,0 +63,0 @@ )