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.5.0 to 1.6.0

8

dist/worker.js

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

const prefix = `koishi-${type}-`;
if (name.includes(prefix)) {
if (name.includes(prefix) || name.startsWith('.')) {
modules.unshift(name);

@@ -39,3 +39,7 @@ }

}
catch { }
catch (error) {
if (error.code !== 'MODULE_NOT_FOUND') {
throw error;
}
}
}

@@ -42,0 +46,0 @@ throw new Error(`cannot resolve ${type} ${name}`);

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

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

"kleur": "^3.0.3",
"koishi-core": "^1.5.0",
"koishi-plugin-common": "^2.0.0",
"koishi-plugin-schedule": "^1.0.3",
"koishi-core": "^1.6.0",
"koishi-plugin-common": "^2.0.1",
"koishi-plugin-schedule": "^1.0.4",
"koishi-utils": "^1.0.2",

@@ -48,0 +48,0 @@ "prompts": "^2.3.0"

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