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

koishi

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi - npm Package Compare versions

Comparing version 1.11.2 to 1.12.0

2

dist/worker.js

@@ -65,3 +65,3 @@ "use strict";

catch (error) {
if (error.code !== 'MODULE_NOT_FOUND') {
if (error.code !== 'MODULE_NOT_FOUND' || error.requireStack[0] !== __filename) {
throw error;

@@ -68,0 +68,0 @@ }

{
"name": "koishi",
"description": "A QQ bot framework based on CQHTTP",
"version": "1.11.2",
"version": "1.12.0",
"main": "dist/index.js",

@@ -41,5 +41,5 @@ "typings": "dist/index.d.ts",

"kleur": "^3.0.3",
"koishi-core": "^1.11.2",
"koishi-plugin-common": "^2.1.8",
"koishi-plugin-schedule": "^1.0.13",
"koishi-core": "^1.12.0",
"koishi-plugin-common": "^2.2.0",
"koishi-plugin-schedule": "^1.1.0",
"koishi-utils": "^1.0.4",

@@ -46,0 +46,0 @@ "prompts": "^2.3.2"

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