
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@samual/hackmud-chat-api
Advanced tools
this is just another hackmud chat api for node, this time written in typescript
alternative hackmud chat api wrapper for node
example:
const { Client, MessageType } = require("@samual/hackmud-chat-api")
const MY_USER = "mr_bot" // this should be one of your users
const MY_TOKEN = "91w6zc1teswMyIG2QJag" // this can also be your chat pass
const client = new Client(MY_TOKEN)
client.onStart(token => {
console.log("my token is", token)
})
client.onMessage(messages => {
for (const message of messages) {
if (message.type == MessageType.Tell && message.content == "ping")
client.tellMessage(MY_USER, message.user, "pong!")
}
})
client.sendMessage(MY_USER, "0000", "hello, I am a bot")
FAQs
this is just another hackmud chat api for node, this time written in typescript
We found that @samual/hackmud-chat-api demonstrated a not healthy version release cadence and project activity because the last version was released 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 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.