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.6.2 to 2.6.3

2

package.json
{
"name": "dpp-db",
"version": "2.6.2",
"version": "2.6.3",
"description": "Deep Persistent Proxy: Persistent Objects in your Browser",

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

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

### Basic Demo
Try out this [live example](https://robtweed.github.io/DPP/examples/), running directly

@@ -83,2 +85,22 @@ from the code you'll find in the */examples* folder of this repo.

### ToDo Application Demo
If you're wanting to see DPP in use in a more realistic application environment,
try running this [live ToDo application](https://robtweed.github.io/golgi/examples/todo/).
The application is based on the UI design from the [ToDoMVC](https://todomvc.com/) examples,
but without an MVC design focus. Instead, this version uses all the key features
that are built into our
[*Golgi*](https://github.com/robtweed/golgi/) WebComponent framework.
This ToDo application showcases the use of DPP, allowing
the persistent *todo* object to be treated in the *Golgi* application as if it was
just a plain old simple JavaScript object. DPP automatically handles its storage and
retrieval from IndexedDB.
**NOTE:** You must use a modern browser that supports WebComponents to run this example!
See the [*Golgi /examples/todo*](https://github.com/robtweed/golgi/tree/master/examples/todo) folder for the source code
files that implement this live example.
## Installing

@@ -85,0 +107,0 @@

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