Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7 to 1.0.8

12

lib/index.js

@@ -475,10 +475,8 @@ "use strict";

}
else if (Decision == 2) {
if (dice_b == '偶数' && dice_a % 2 == 0) {
return true;
}
else if (dice_b == '奇数' && dice_a % 2 == 1) {
return true;
}
else if (Decision == 2 && dice_b == '偶数' && dice_a % 2 == 0) {
return true;
}
else if (Decision == 2 && dice_b == '偶数' && dice_a % 2 == 1) {
return true;
}
else if (Decision == 3) {

@@ -485,0 +483,0 @@ return true;

{
"name": "koishi-plugin-dicey-dungeons",
"description": "中文名:骰子地下城 双人回合对战",
"version": "1.0.7",
"version": "1.0.8",
"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