
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
oicq guild plugin
Install:
npm i oicq-guild
Usage:
const { createClient } = require("oicq")
const { GuildApp } = require("oicq-guild")
// input with your account and password
const account = 0
const password = ""
// create oicq client
const client = createClient(account)
client.login(password)
// create guild app and bind it to an oicq client
const app = GuildApp.bind(client)
app.on("ready", function () {
console.log("My guild list:")
console.log(this.guilds)
})
app.on("message", e => {
console.log(e)
if (e.raw_message === "hello")
e.reply(`Hello, ${e.sender.nickname}!`)
})
how to clear the slider captcha:
https://github.com/takayama-lily/oicq/wiki/01.使用密码登录-(滑动验证码教程)
FAQs
guild plugin for oicq
The npm package oicq-guild receives a total of 42 weekly downloads. As such, oicq-guild popularity was classified as not popular.
We found that oicq-guild 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.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.