Socket
Socket
Sign inDemoInstall

koishi-plugin-esostatus

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-esostatus - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

lib/index.js

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

ctx.fillStyle = 'white'; // choose a color that contrasts with the status color
ctx.font = 'bold 25px sans-serif';
ctx.font = 'bold 25px';
ctx.fillText(status, 200 + 100 / 2, 5 + 40 / 2);

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

// Draw the text
ctx.font = 'bold 20px sans-serif';
ctx.font = 'bold 20px';
ctx.fillStyle = 'black';

@@ -90,3 +90,3 @@ ctx.fillText('美服-上古卷轴OL', 100, 25);

ctx.fillStyle = 'white'; // choose a color that contrasts with the status color
ctx.font = 'bold 25px sans-serif';
ctx.font = 'bold 25px';
ctx.fillText(status, 200 + 100 / 2, 5 + 40 / 2);

@@ -93,0 +93,0 @@ });

{
"name": "koishi-plugin-esostatus",
"description": "eso服务器状态查询",
"version": "0.0.8",
"version": "0.0.9",
"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