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

koishi-plugin-status

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-status - npm Package Compare versions

Comparing version 3.0.0-beta.9 to 3.0.0-rc.0

3

dist/index.js

@@ -48,2 +48,5 @@ var __create = Object.create;

});
import_koishi_core.extendDatabase("koishi-plugin-mysql", ({tables}) => {
tables.user.lastCall = "timestamp";
});
import_koishi_core.extendDatabase("koishi-plugin-mongo", {

@@ -50,0 +53,0 @@ async getActiveData() {

10

package.json
{
"name": "koishi-plugin-status",
"description": "Show Status of Koishi",
"version": "3.0.0-beta.9",
"version": "3.0.0-rc.0",
"main": "dist/index.js",

@@ -31,10 +31,10 @@ "typings": "dist/index.d.ts",

"peerDependencies": {
"koishi-core": "^3.0.0-rc.0",
"koishi-core": "^3.0.0-rc.2",
"koishi-utils": "^4.0.1"
},
"devDependencies": {
"koishi-plugin-mongo": "^2.0.0-beta.6",
"koishi-plugin-mysql": "^3.0.0-beta.13",
"koishi-test-utils": "^6.0.0-beta.7"
"koishi-plugin-mongo": "^2.0.0-beta.7",
"koishi-plugin-mysql": "^3.0.0-beta.15",
"koishi-test-utils": "^6.0.0-beta.8"
}
}

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