Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mastergo/plugin-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastergo/plugin-utils - npm Package Compare versions

Comparing version
0.3.1
to
0.4.0
+12
-3
dist/index.d.ts

@@ -104,2 +104,7 @@ declare function hexToRGBA(hex: string): RGBA;

getLocalPaintStyles(): PaintStyle[]
getLocalEffectStyles(): EffectStyle[]
getLocalTextStyles(): TextStyle[]
getLocalGridStyles(): GridStyle[]
listAvailableFontsAsync(): Promise<Font[]>

@@ -176,2 +181,5 @@ loadFontAsync(fontName: FontName): Promise<void>

description: string
/**
* 是否为团队库样式
*/
readonly isExternal: boolean

@@ -207,4 +215,4 @@ readonly ukey: string

fontSize: number
letterSpacing: NumValue
lineHeight: NumValue
letterSpacing: LetterSpacing
lineHeight: LineHeight
textDecoration: TextDecoration

@@ -592,2 +600,3 @@ }

currentPage: PageNode
name: string
}

@@ -804,3 +813,3 @@

| 'INSTANCE'
| 'BOOLEANOPERATION'
| 'BOOLEAN_OPERATION'
| 'SLICE'

@@ -807,0 +816,0 @@ }

+1
-1
{
"name": "@mastergo/plugin-utils",
"version": "0.3.1",
"version": "0.4.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",