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.22 to 2.0.0-alpha.23

6

dist/index.js

@@ -22,3 +22,3 @@ "use strict";

return;
app.executeCommandLine(command, meta);
app.execute(command, meta);
app.database.removeSchedule(id);

@@ -34,5 +34,5 @@ }, date - now);

return clearInterval(timer);
app.executeCommandLine(command, meta);
app.execute(command, meta);
}, interval);
app.executeCommandLine(command, meta);
app.execute(command, meta);
}, timeout);

@@ -39,0 +39,0 @@ }

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

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

"devDependencies": {
"koishi-database-level": "^2.0.0-alpha.20",
"koishi-database-mysql": "^2.0.0-alpha.20",
"koishi-test-utils": "^4.0.0-alpha.20"
"koishi-database-level": "^2.0.0-alpha.21",
"koishi-database-mysql": "^2.0.0-alpha.21",
"koishi-test-utils": "^4.0.0-alpha.21"
},
"dependencies": {
"koishi-core": "^2.0.0-alpha.20",
"koishi-utils": "^1.1.2"
"koishi-core": "^2.0.0-alpha.21",
"koishi-utils": "^2.0.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