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-alpha.19 to 3.0.0-alpha.20

1

dist/info.js

@@ -21,3 +21,2 @@ "use strict";

ctx.command('info', '查看用户信息', { authority: 0 })
.alias('i')
.shortcut('我的信息')

@@ -24,0 +23,0 @@ .userFields(['name'])

1

dist/usage.js

@@ -5,2 +5,3 @@ "use strict";

ctx.command('usage [...commands]', '查看指令的调用次数')
.shortcut('调用次数', { fuzzy: true })
.action(async ({ meta }, ...commands) => {

@@ -7,0 +8,0 @@ const { usage } = meta.$user;

{
"name": "koishi-plugin-common",
"description": "Common plugins for Koishi",
"version": "3.0.0-alpha.19",
"version": "3.0.0-alpha.20",
"main": "dist/index.js",

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

@@ -27,3 +27,2 @@ import { Context, UserField, UserData, getTargetId } from 'koishi-core'

ctx.command('info', '查看用户信息', { authority: 0 })
.alias('i')
.shortcut('我的信息')

@@ -30,0 +29,0 @@ .userFields(['name'])

@@ -5,2 +5,3 @@ import { Context } from 'koishi-core'

ctx.command('usage [...commands]', '查看指令的调用次数')
.shortcut('调用次数', { fuzzy: true })
.action(async ({ meta }, ...commands) => {

@@ -7,0 +8,0 @@ const { usage } = meta.$user

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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