Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@satorijs/adapter-kook

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@satorijs/adapter-kook - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

1

lib/http.d.ts
import { Adapter, Context, Schema } from '@satorijs/satori';
import { KookBot } from './bot';
export declare class HttpServer<C extends Context = Context> extends Adapter<C, KookBot<C, KookBot.BaseConfig & HttpServer.Config>> {
static inject: string[];
constructor(ctx: C, bot: KookBot<C>);

@@ -5,0 +6,0 @@ connect(bot: KookBot): Promise<void>;

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

__name(_HttpServer, "HttpServer");
__publicField(_HttpServer, "inject", ["router"]);
var HttpServer = _HttpServer;

@@ -598,0 +599,0 @@ ((HttpServer2) => {

4

package.json
{
"name": "@satorijs/adapter-kook",
"description": "KOOK (开黑啦) Adapter for Satorijs",
"version": "4.0.6",
"version": "4.0.7",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts",

"peerDependencies": {
"@satorijs/satori": "^3.0.0"
"@satorijs/satori": "^3.0.2"
},

@@ -34,0 +34,0 @@ "dependencies": {

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