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

kotori-bot

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kotori-bot - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

lib/start/build.d.ts

5

lib/cli.js

@@ -22,4 +22,7 @@ "use strict";

})
.option('-L, --level [name]', 'Set level of log output', {
default: 'build'
})
.action((options) => {
new loader_1.Loader({ mode: options.mode, dir: (0, path_1.resolve)(process.cwd(), options.dir) }).run();
new loader_1.Loader({ mode: options.mode, dir: (0, path_1.resolve)(process.cwd(), options.dir), level: Number(options.log) }).run();
});

@@ -26,0 +29,0 @@ program

12

package.json
{
"name": "kotori-bot",
"version": "1.3.2",
"version": "1.4.0",
"description": "Cross-platform chatbot framework base on Node.js and TypeScript",

@@ -35,4 +35,4 @@ "main": "lib/index.js",

"cac": "^6.7.14",
"@kotori-bot/core": "^1.3.0",
"@kotori-bot/loader": "^1.4.2"
"@kotori-bot/core": "^1.4.0",
"@kotori-bot/loader": "^1.5.0"
},

@@ -44,7 +44,7 @@ "devDependencies": {

"scripts": {
"start": "node ./lib/start.js",
"dev": "ts-node --esm -r tsconfig-paths/register ./src/dev.ts --no-signale",
"cli:dev": "ts-node --esm -r tsconfig-paths/register ./src/cli.ts --no-signale",
"start": "node ./lib/start/build.js",
"cli-dev": "node ./lib/start/dev.js",
"dev": "ts-node --esm -r tsconfig-paths/register ./src/start/source.ts",
"build": "tsc --build"
}
}

@@ -29,3 +29,3 @@ <!-- markdownlint-disable -->

「Kotori」是一个罗马字,在日语中是「ことり」(小鳥)的意思,发音为 `/kotoliː/` 提交,该名字取自于 [Key 公式](http://key.visualarts.gr.jp/) 的游戏 [《Rewrite》](https://bgm.tv/subject/4022) 中主要女性角色之一:神户小鸟 (神戸(かんべ) 小鳥(ことり))。借助 Kotori,可快速搭建一个多平台、功能强大的聊天机器人应用,通过安装不同模块为 Kotori 扩展功能、玩法和个性化配置等。同时,Kotori 为开发者提供了现成的 Cli 用于模块开发与 Kotori 二次开发。
「Kotori」是一个罗马字,在日语中是「ことり」(小鳥)的意思,发音为 /kotolɪ/,该名字取自于 Key 公式 的游戏 《Rewrite》 中主要女性角色之一:神户小鸟 (神戸(かんべ) 小鳥(ことり))。 借助 Kotori,可快速搭建一个多平台、功能强大的聊天机器人应用,通过安装不同模块为 Kotori 扩展功能、玩法和个性化配置等。同时,Kotori 为开发者提供了现成的 Cli 用于模块开发与 Kotori 二次开发。

@@ -32,0 +32,0 @@ ### Advantage

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