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

koishi-plugin-common

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-common - npm Package Compare versions

Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11

1

dist/admin.d.ts

@@ -16,2 +16,1 @@ import { Observed } from 'koishi-utils';

export {};
//# sourceMappingURL=admin.d.ts.map

@@ -6,2 +6,1 @@ import { Context } from 'koishi-core';

export default function apply(ctx: Context, config?: BroadcastOptions): void;
//# sourceMappingURL=broadcast.d.ts.map
import { Context } from 'koishi-core';
export default function apply(ctx: Context): void;
//# sourceMappingURL=contextify.d.ts.map
import { Context } from 'koishi-core';
export default function (ctx: Context): void;
//# sourceMappingURL=echo.d.ts.map

@@ -30,2 +30,1 @@ import { Context } from 'koishi-core';

export declare function apply(ctx: Context, options?: Config): void;
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,1 @@ import { Context, UserField, UserData } from 'koishi-core';

export {};
//# sourceMappingURL=info.d.ts.map

@@ -30,2 +30,1 @@ import { Context, Meta } from 'koishi-core';

export {};
//# sourceMappingURL=repeater.d.ts.map

@@ -10,2 +10,1 @@ import { App, Meta } from 'koishi-core';

export {};
//# sourceMappingURL=request-handler.d.ts.map

@@ -7,2 +7,1 @@ import { Context } from 'koishi-core';

export default function apply(ctx: Context, respondents?: Respondent[]): void;
//# sourceMappingURL=respondent.d.ts.map
import { Meta, Context } from 'koishi-core';
export declare type WelcomeMessage = string | ((meta: Meta<'notice'>) => string | Promise<string>);
export default function apply(ctx: Context, message?: WelcomeMessage): void;
//# sourceMappingURL=welcome.d.ts.map

8

package.json
{
"name": "koishi-plugin-common",
"description": "Common plugins for Koishi",
"version": "3.0.0-alpha.10",
"version": "3.0.0-alpha.11",
"main": "dist/index.js",

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

"devDependencies": {
"koishi-database-memory": "^2.0.0-alpha.10",
"koishi-test-utils": "^4.0.0-alpha.10"
"koishi-database-memory": "^2.0.0-alpha.11",
"koishi-test-utils": "^4.0.0-alpha.11"
},
"dependencies": {
"koishi-core": "^2.0.0-alpha.10",
"koishi-core": "^2.0.0-alpha.11",
"koishi-utils": "^1.0.7"
}
}

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