Socket
Socket
Sign inDemoInstall

koishi-plugin-eval-react-jsx

Package Overview
Dependencies
268
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

8

lib/index.d.ts

@@ -8,7 +8,11 @@ import { Context, Dict, Schema } from 'koishi';

export declare const Config: Schema<{
bodyStyle?: any;
bodyStyle?: {
[x: string]: string;
};
} & {
[x: string]: any;
}, {
bodyStyle?: any;
bodyStyle?: {
[x: string]: string;
};
} & {

@@ -15,0 +19,0 @@ [x: string]: any;

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

var Config = import_koishi.Schema.object({
bodyStyle: import_koishi.Schema.any().default({
bodyStyle: import_koishi.Schema.dict(import_koishi.Schema.string()).default({
display: "inline-block",

@@ -41,0 +41,0 @@ padding: "0.25rem 0.375rem"

{
"name": "koishi-plugin-eval-react-jsx",
"version": "1.0.1",
"version": "1.0.2",
"description": "React JSX support for @koishi/plugin-eval",

@@ -17,17 +17,16 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-achievement.git"
"url": "git+https://github.com/koishijs/koishi-plugin-eval-react-jsx.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-achievement/issues"
"url": "https://github.com/koishijs/koishi-plugin-eval-react-jsx/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-achievement",
"homepage": "https://github.com/koishijs/koishi-plugin-eval-react-jsx",
"keywords": [
"bot",
"qqbot",
"cqhttp",
"coolq",
"chatbot",
"koishi",
"plugin",
"achievement",
"eval",
"react",
"jsx",
"required:worker",

@@ -41,5 +40,5 @@ "required:puppeteer"

"peerDependencies": {
"@koishijs/plugin-eval": "^4.0.1",
"@koishijs/plugin-puppeteer": "^3.0.1",
"koishi": "^4.2.0"
"@koishijs/plugin-eval": "^4.0.2",
"@koishijs/plugin-puppeteer": "^3.0.3",
"koishi": "^4.3.3"
},

@@ -50,2 +49,2 @@ "dependencies": {

}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc