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

koishi-plugin-dicey-dungeons

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-dicey-dungeons - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

lib/index.js

@@ -178,3 +178,3 @@ "use strict";

await Generate_Dice(ctx, player);
return `接下来轮到\n ${koishi_1.h.at(player)} \n装备和骰子已刷新\n${await 中毒判定(ctx, dice_player?.[0]?.counterparties)}${await 状态判定(ctx, dice_player?.[0]?.counterparties)}`;
return `接下来轮到\n【${koishi_1.h.at(player)}】\n装备和骰子已刷新\n${await 中毒判定(ctx, dice_player?.[0]?.counterparties)}${await 状态判定(ctx, dice_player?.[0]?.counterparties)}`;
}

@@ -196,3 +196,3 @@ });

await ctx.database.set('dice_player', { userId: dice_group?.[0]?.Play_2_userId }, { counterparties: dice_group?.[0]?.Play_1_userId });
return `══骰子地下城══\n➢${koishi_1.h.at(dice_group?.[0]?.Play_1_userId)}\nPK\n➣${koishi_1.h.at(dice_group?.[0]?.Play_2_userId)}\n${koishi_1.h.at(bout)}\n先手进攻\n输入【对战信息】查看装备`;
return `══骰子地下城══\n➢【${koishi_1.h.at(dice_group?.[0]?.Play_1_userId)}】\nPK\n➣【${koishi_1.h.at(dice_group?.[0]?.Play_2_userId)}】\n【${koishi_1.h.at(bout)}】\n先手进攻\n输入【对战信息】查看装备`;
}

@@ -199,0 +199,0 @@ else {

{
"name": "koishi-plugin-dicey-dungeons",
"description": "中文名:骰子地下城",
"version": "1.0.1",
"description": "中文名:骰子地下城 双人回合对战",
"version": "1.0.2",
"main": "lib/index.js",

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

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