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 3.0.4 to 3.0.5

21

index.js

@@ -49,4 +49,15 @@ import {Client} from 'relay-to-relay'

this.client.on('message', this.#message)
this.#routine = setInterval(() => {
this.#adds.clear()
for(const [prop, update] of this.#edits.entries()){
if((Date.now() - update) > this.timer.expire){
this.#edits.delete(prop)
}
}
this.#subs.clear()
}, this.timer.redo)
}
#routine
#adds = new Set()

@@ -56,12 +67,2 @@ #edits = new Map()

#routine = setInterval(() => {
this.#adds.clear()
for(const [prop, update] of this.#edits.entries()){
if((Date.now() - update) > this.timer.expire){
this.#edits.delete(prop)
}
}
this.#subs.clear()
}, this.timer.redo)
async #message(data, nick){

@@ -68,0 +69,0 @@ try {

{
"name": "dexie-relay",
"version": "3.0.4",
"version": "3.0.5",
"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