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.
cabal-client
Advanced tools
cabal-client
is a new type of client library for cabal chat clients.
New chat clients can be implemented using only this library, without having
to mess around with cabal-core
anymore.
Some of its features:
!status
channel)For a couple of brief examples, see the examples/
directory.
See cabal-cli
for an example client implementation.
var Client = require('cabal-client')
const client = new Client({
config: {
dbdir: '/tmp/cabals'
}
})
client.createCabal()
.then((cabal) => {
// resolves when the cabal is ready, returns a CabalDetails instance
})
cabal-client
has three core abstractions:
Client
,
CabalDetails
and
ChannelDetails
.
Client
is the
entrypoint. It has a list of CabalDetails
(one details
for each joined cabal) as well as an API for interacting with
a cabal (getting a count of the new messages for a channel, the joined channels for the current peer etc).
CabalDetails
is the
instance that clients mostly operate on, as it encapsulates all information for a particular cabal. (joined channels,
users in that channel, the topic). It also emits events.
When a change has happened, a CabalDetails
instance will call this._emitUpdate()
. When a client receives this
event, they should update their state & rerender. (Check out how the cli does
it.)
ChannelDetails
encapsulates everything channels (mentions in that channel, status messages for the channel (like having called a
command eg /names
, when it was last read, if it's currently being viewed, if it's joined and so on). It also has a
barebones implementation for virtual channels, which currently is only the !status
channel.
With npm installed, run
$ npm install cabal-client
See the instructions for generating the changelog in the cabal-core readme.
AGPL-3.0-or-later
[8.0.2] - 2024-01-25
FAQs
helper module for cabal clients
The npm package cabal-client receives a total of 73 weekly downloads. As such, cabal-client popularity was classified as not popular.
We found that cabal-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.