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

koishi-plugin-status

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-status - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

5

dist/index.js

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

var __export = (target, all) => {
__markAsModule(target);
for (var name2 in all)

@@ -15,3 +14,2 @@ __defProp(target, name2, {get: all[name2], enumerable: true});

var __exportStar = (target, module2, desc) => {
__markAsModule(target);
if (module2 && typeof module2 === "object" || typeof module2 === "function") {

@@ -27,6 +25,7 @@ for (let key of __getOwnPropNames(module2))

return module2;
return __exportStar(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", {value: module2, enumerable: true}), module2);
return __exportStar(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", {value: module2, enumerable: true})), module2);
};
// packages/plugin-status/src/index.ts
__markAsModule(exports);
__export(exports, {

@@ -33,0 +32,0 @@ apply: () => apply,

12

package.json
{
"name": "koishi-plugin-status",
"description": "Show Status of Koishi",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"main": "dist/index.js",

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

"peerDependencies": {
"koishi-core": "^3.0.0-beta.2",
"koishi-utils": "^3.2.2"
"koishi-core": "^3.0.0-beta.7",
"koishi-utils": "^3.2.4"
},
"devDependencies": {
"koishi-plugin-mongo": "^2.0.0-beta.0",
"koishi-plugin-mysql": "^3.0.0-beta.0",
"koishi-test-utils": "^5.0.3"
"koishi-plugin-mongo": "^2.0.0-beta.2",
"koishi-plugin-mysql": "^3.0.0-beta.2",
"koishi-test-utils": "^6.0.0-beta.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