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 2.0.0-alpha.37 to 2.0.0-alpha.38

2

dist/index.js

@@ -7,2 +7,3 @@ "use strict";

require("./database");
const logger = koishi_utils_1.Logger.create('schedule');
function inspectSchedule({ id, assignee, meta, interval, command, time }) {

@@ -12,2 +13,3 @@ const now = Date.now();

const app = koishi_core_1.appMap[assignee];
logger.debug('inspect', command);
if (!interval) {

@@ -14,0 +16,0 @@ if (date < now)

12

package.json
{
"name": "koishi-plugin-schedule",
"description": "Schedule plugin for Koishi",
"version": "2.0.0-alpha.37",
"version": "2.0.0-alpha.38",
"main": "dist/index.js",

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

"devDependencies": {
"koishi-database-level": "^2.0.0-alpha.33",
"koishi-database-mysql": "^2.0.0-alpha.33",
"koishi-test-utils": "^4.0.0-alpha.33"
"koishi-database-level": "^2.0.0-alpha.34",
"koishi-database-mysql": "^2.0.0-alpha.34",
"koishi-test-utils": "^4.0.0-alpha.34"
},
"dependencies": {
"koishi-core": "^2.0.0-alpha.33",
"koishi-utils": "^2.1.0"
"koishi-core": "^2.0.0-alpha.34",
"koishi-utils": "^2.1.1"
}
}

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