New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koishi-plugin-common

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-common - npm Package Compare versions

Comparing version 3.0.0-beta.13 to 3.0.0-beta.14

6

dist/broadcast.js

@@ -13,4 +13,6 @@ "use strict";

return '请输入要发送的文本。';
if (!options.only)
return ctx.broadcast(message, options.forced);
if (!options.only) {
await ctx.broadcast(message, options.forced);
return;
}
let groups = await ctx.database.getAllGroups(['id', 'flag'], [session.selfId]);

@@ -17,0 +19,0 @@ if (!options.forced) {

{
"name": "koishi-plugin-common",
"description": "Common plugins for Koishi",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc