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

koishi-plugin-schedule

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-schedule - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

14

lib/index.js

@@ -35,9 +35,9 @@ var __create = Object.create;

fields: {
id: { type: "integer" },
assignee: { type: "string", length: 50 },
time: { type: "timestamp" },
lastCall: { type: "timestamp" },
interval: { type: "integer", length: 20, initial: 0 },
command: { type: "string", length: 1e3 },
session: { type: "json" }
id: "unsigned",
assignee: "string",
time: "timestamp",
lastCall: "timestamp",
interval: "integer",
command: "text",
session: "json"
}

@@ -44,0 +44,0 @@ });

{
"name": "koishi-plugin-schedule",
"description": "Create scheduled tasks for Koishi",
"version": "3.0.6",
"version": "3.0.7",
"main": "lib/index.js",

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

"devDependencies": {
"koishi-plugin-mongo": "^2.4.0",
"koishi-plugin-mysql": "^3.5.0",
"koishi-test-utils": "^6.2.0"
"koishi-plugin-mongo": "^2.5.0",
"koishi-plugin-mysql": "^3.6.0",
"koishi-test-utils": "^7.0.0"
},
"peerDependencies": {
"koishi-core": "^3.13.1"
"koishi-core": "^3.14.0"
}
}

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