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.35 to 2.0.0-alpha.36

8

dist/index.js

@@ -8,4 +8,2 @@ "use strict";

function inspectSchedule({ id, assignee, meta, interval, command, time }) {
if (!koishi_core_1.appMap[assignee])
return;
const now = Date.now();

@@ -45,4 +43,6 @@ const date = time.valueOf();

schedules.forEach((schedule) => {
schedule.meta = new koishi_core_1.Meta(schedule.meta);
inspectSchedule(schedule);
if (schedule.meta.$app = koishi_core_1.appMap[schedule.assignee]) {
schedule.meta = new koishi_core_1.Meta(schedule.meta);
inspectSchedule(schedule);
}
});

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

{
"name": "koishi-plugin-schedule",
"description": "Schedule plugin for Koishi",
"version": "2.0.0-alpha.35",
"version": "2.0.0-alpha.36",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "typings": "dist/index.d.ts",

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