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

@logux/server

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/server - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

4

add-sync-map/index.js

@@ -191,10 +191,10 @@ const WITH_TIME = Symbol('WITH_TIME')

async load(ctx, action, meta) {
let since = action.since ? action.since.time : 0
let data = await operations.initial(
ctx,
action.filter,
action.since,
since,
action,
meta
)
let since = action.since ? action.since.time : 0
await Promise.all(

@@ -201,0 +201,0 @@ data.map(async i => {

{
"name": "@logux/server",
"version": "0.12.0",
"version": "0.12.1",
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language",

@@ -5,0 +5,0 @@ "keywords": [

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