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

@meta2d/core

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta2d/core - npm Package Compare versions

Comparing version 1.0.72 to 1.0.73

5

package.json
{
"name": "@meta2d/core",
"version": "1.0.72",
"version": "1.0.73",
"description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",

@@ -29,3 +29,4 @@ "main": "index.js",

"@types/marked": "^4.0.3",
"@types/offscreencanvas": "latest"
"@types/offscreencanvas": "latest",
"@types/zrender": "^4.0.0"
},

@@ -32,0 +33,0 @@ "dependencies": {

4

src/diagrams/rectangle.js

@@ -52,6 +52,6 @@ export function rectangle(pen, ctx) {

pen.calculative.color = styles["borderColor"];
pen.textColor = styles["textColor"];
pen.calculative.textColor = styles["textColor"];
pen.textColor = styles["textColor-9"];
pen.calculative.textColor = styles["textColor-9"];
}
export const square = rectangle;
//# sourceMappingURL=rectangle.js.map

@@ -51,6 +51,6 @@ export const themeKeys = [

"dark": [
'textColor: rgba(255,255,255,0.90)',
'textColor-9: rgba(255,255,255,0.90)',
'textColor-6: rgba(255,255,255,0.60)',
'textColor-1: rgba(255,255,255,1)',
'textTHColor: rgba(255,255,255,0.40)', //表格表头颜色
'textColor-4: rgba(255,255,255,0.40)',
'textPrimaryColor: #7f838c',

@@ -102,6 +102,6 @@ 'textSecondColor: rgba(255,255,255,0.90)',

"light": [
'textColor: rgba(0,0,0,0.90)',
'textColor-9: rgba(0,0,0,0.90)',
'textColor-6: rgba(0,0,0,0.60)',
'textColor-1: rgba(0,0,0,1)',
'textTHColor: rgba(0,0,0,0.40)',
'textColor-4: rgba(0,0,0,0.40)',
'textPrimaryColor: #7f838c',

@@ -108,0 +108,0 @@ 'textSecondColor: #171B27',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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