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.2.0 to 4.2.1

2

lib/index.js

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

theme,
value: attrs.id,
value: attrs.type === "link" ? attrs.href : attrs.id,
click: attrs.type === "link" ? "link" : "return-val",

@@ -894,0 +894,0 @@ text: {

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

@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts",

@@ -272,3 +272,3 @@ import { Context, h, MessageEncoder, Schema } from '@satorijs/satori'

theme,
value: attrs.id,
value: attrs.type === 'link' ? attrs.href : attrs.id,
click: attrs.type === 'link' ? 'link' : 'return-val',

@@ -275,0 +275,0 @@ text: {

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