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.29 to 2.0.0-alpha.30

5

dist/index.js

@@ -43,3 +43,6 @@ "use strict";

const schedules = await database.getAllSchedules();
schedules.forEach(schedule => inspectSchedule(schedule));
schedules.forEach((schedule) => {
schedule.meta = new koishi_core_1.Meta(schedule.meta);
inspectSchedule(schedule);
});
});

@@ -46,0 +49,0 @@ exports.name = 'schedule';

2

package.json
{
"name": "koishi-plugin-schedule",
"description": "Schedule plugin for Koishi",
"version": "2.0.0-alpha.29",
"version": "2.0.0-alpha.30",
"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