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

koishi-plugin-axlmly-role-playing-game

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-axlmly-role-playing-game - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

2

lib/database.d.ts

@@ -45,2 +45,3 @@ import { Context } from 'koishi';

duels: number;
resetproperties: number;
skill1: number;

@@ -351,2 +352,3 @@ skill2: number;

dateToTimestamp(dateString: any): number;
distributeValues(total: any, n: any, minValue: any, maxValue: any): any[];
}

12

lib/index.d.ts
import { Context, Schema, Service } from 'koishi';
export declare const name = "axlmly-role-playing-game";
export interface Config {
sturdypoint: number;
stamina: number;
spiritualintuition: number;
luckyvalue: number;
intelligence: number;
faith: number;
attack: number;
armourclass: number;
criticalhit: number;

@@ -21,2 +13,6 @@ logger: boolean;

signinexp: number;
resetpropertiestotal: number;
resetpropertiesminValue: number;
resetpropertiesmaxValue: number;
resetproperties: number;
}

@@ -23,0 +19,0 @@ export declare const Config: Schema<Config>;

{
"name": "koishi-plugin-axlmly-role-playing-game",
"description": "",
"version": "1.0.24",
"version": "1.0.25",
"main": "lib/index.js",

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

Sorry, the diff of this file is too big to display

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