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

koishi-plugin-teach

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-teach - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

6

lib/index.d.ts

@@ -128,6 +128,6 @@ import { Session, App, Context, User, NextFunction, Argv } from 'koishi-core';

interface Question {
/** 去除句首句尾标点符号,句中空格后的句子 */
prefixed: string;
/** 被 unescape 处理后原本的句子 */
original: string;
/** 去除句首句尾标点符号,句中空格和句首称呼的句子 */
unprefixed: string;
parsed: string;
/** 是否含有称呼 */

@@ -134,0 +134,0 @@ appellative: boolean;

{
"name": "koishi-plugin-teach",
"description": "Teach plugin for Koishi",
"version": "2.2.1",
"version": "2.2.2",
"main": "lib/index.js",

@@ -37,9 +37,9 @@ "typings": "lib/index.d.ts",

"peerDependencies": {
"koishi-core": "^3.12.3"
"koishi-core": "^3.13.0"
},
"devDependencies": {
"koishi-plugin-mongo": "^2.2.3",
"koishi-plugin-mysql": "^3.3.2",
"koishi-plugin-mongo": "^2.3.0",
"koishi-plugin-mysql": "^3.4.0",
"koishi-plugin-webui": "^4.6.3",
"koishi-test-utils": "^6.0.1"
"koishi-test-utils": "^6.1.0"
},

@@ -46,0 +46,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

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