Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@logux/client
Advanced tools
Logux is a new way to connect client and server. Instead of sending HTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operations between client, server, and other clients.
This repository contains Logux base components to build web client:
CrossTabClient
and Client
to create web client for Logux.IndexedStore
to store Logux log in IndexedDB
.badge()
widget to show Logux synchronization status in UI.status()
to write own UI to show Logux synchronization status in UI.attention()
, confirm()
, favicon()
to improve UX in Logux web app.log()
to print Logux synchronization status to browser DevTools.Check demo page for widget UI.
npm install @logux/core @logux/client nanostores
See documentation for Logux API.
import { CrossTabClient, badge, badgeEn, log } from '@logux/client'
import { badgeStyles } from '@logux/client/badge/styles'
let userId = document.querySelector('meta[name=user]').content
let token = document.querySelector('meta[name=token]').content
const client = new CrossTabClient({
subprotocol: '1.0.0',
server: 'wss://example.com:1337',
userId,
token
})
badge(client, { messages: badgeEn, styles: badgeStyles })
log(client)
client.start()
0.13.2
useClient()
(by Aleksandr Slepchenkov).FAQs
Logux base components to build web client
The npm package @logux/client receives a total of 204 weekly downloads. As such, @logux/client popularity was classified as not popular.
We found that @logux/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.