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

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.1 to 0.0.2

2

lib/index.js

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

const statusPic = await ctx.canvas.render(512, 50, (ctx) => {
ctx.fillStyle = 'rgba(255, 255, 255, 0.5)'; // light gray with glass effect
ctx.fillStyle = 'rgba(255, 255, 255)'; // light gray with glass effect
roundRect(ctx, 0, 0, 512, 50, 10).fill();

@@ -26,0 +26,0 @@ ctx.textAlign = 'center';

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