Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dpp-db

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dpp-db - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

KV.md

@@ -358,3 +358,3 @@ # A Key/Value Store Implemented Using DPP

You can apply DPP's optional authenticated access when using the Key/Value store.
You can apply [DPP's optional authenticated access](./README.md#background) when using the Key/Value store.

@@ -361,0 +361,0 @@ Simply add the appropriate authentication credentials when accessing/re-accessing the Key/Value Store, eg:

@@ -262,3 +262,3 @@ # A Redis-like List Store Implemented Using DPP

You can apply DPP's optional authenticated access when using the List store.
You can apply [DPP's optional authenticated access](./README.md#background) when using the List store.

@@ -265,0 +265,0 @@ Simply add the appropriate authentication credentials when accessing/re-accessing the List Store, eg:

{
"name": "dpp-db",
"version": "2.5.0",
"version": "2.5.1",
"description": "Deep Persistent Proxy: Persistent Objects in your Browser",

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

@@ -427,2 +427,4 @@ # DPP: Deep Persistent Proxy Objects for JavaScript

- You must not create circular references within your Proxy Object.
- Note that the base Proxy Object variable cannot be used as a simple variable, ie the following will not be

@@ -429,0 +431,0 @@ persisted, because you'll overwrite the Proxy Object:

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