New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dexie-relay

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexie-relay - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

4

index.js

@@ -31,2 +31,3 @@ import {Client} from 'relay-to-relay'

opts.own = typeof(opts.own) === 'object' && !Array.isArray(opts.own) ? opts.own : {}
for(const records in opts.schema){

@@ -55,3 +56,3 @@ const record = opts.schema[records].split(',').map((data) => {return data.replaceAll(' ', '')})

}
this.db.version(opts.version).stores(opts.schema)
this.db.version(opts.version).stores({...opts.own, ...opts.schema})

@@ -67,3 +68,2 @@ this._routine = setInterval(() => {

}, this._timer.redo)
this._save = setInterval(() => {

@@ -70,0 +70,0 @@ localStorage.setItem('save', Date.now())

{
"name": "dexie-relay",
"version": "5.0.7",
"version": "5.0.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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