Socket
Socket
Sign inDemoInstall

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.3.0 to 2.4.0

2

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

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

@@ -26,3 +26,3 @@ /*

3 August 2022
5 August 2022

@@ -58,4 +58,4 @@ */

this.name = 'DPP-Q';
this.build = '2.3';
this.buildDate = '3 August 2022';
this.build = '2.4';
this.buildDate = '5 August 2022';
this.listeners = new Map();

@@ -277,11 +277,2 @@ this.logging = logging || false;

static async create(options) {
if (!options.QOper8) {
let {QOper8} = await import('https://robtweed.github.io/QOper8/src/QOper8.min.js');
options.QOper8 = QOper8;
}
let dpp = new DPP(options);
return dpp;
}
async start(mode) {

@@ -288,0 +279,0 @@ if (typeof mode === '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