You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

rdb-client

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdb-client

Rdb in the browser

1.2.33
latest
Source
npmnpm
Version published
Weekly downloads
55
189.47%
Maintainers
1
Weekly downloads
 
Created
Source

Rdb client for the browser

npm package Build Status Coverage Status

A browser side client for rdb. For now it can create JSON patches that rdb will understand.

Quickstart

var client = require('rdb-client');
client.createPatch({"id": "123", name: 'Chris'}, {"id": "123", name: 'Chris Brown', "interests": ["skiiing", "hiking"]});

Keywords

rdb

FAQs

Package last updated on 07 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts