
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@jsonjoy.com/channel
Advanced tools
Communication channel between processes or even different machines.
@jsonjoy.com/channelMinimal abstraction for bidirectional communication channels. Wraps
WebSockets, fetch, and other transports behind a single PhysicalChannel
interface backed by RxJS observables.
PhysicalChannel — interface that every channel implements: message$,
error$, open$, close$, state$, send(), send$(), close(), buffer(), and isOpen().
WebSocketChannel — wraps a native WebSocket (or compatible object) into
a PhysicalChannel. Handles open/close/error/message lifecycle automatically.
FetchChannel — wraps a fetch-style request/response function into a
PhysicalChannel. Each send() call triggers a fetch and emits the response as
an incoming message.
Utf8Channel — decorator that transparently converts binary messages to
and from UTF-8 strings on any underlying PhysicalChannel.
PersistentChannel — auto-reconnecting wrapper around any PhysicalChannel
factory. Configurable backoff, retry logic, and minimum-uptime tracking.
FAQs
Communication channel between processes or even different machines.
The npm package @jsonjoy.com/channel receives a total of 57 weekly downloads. As such, @jsonjoy.com/channel popularity was classified as not popular.
We found that @jsonjoy.com/channel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.