@figma/plugin-typings
Advanced tools
Comparing version 1.16.1 to 1.17.0
@@ -11,2 +11,5 @@ // Figma Plugin API version 1, update 14 | ||
readonly command: string | ||
readonly fileKey: string | undefined | ||
readonly viewport: ViewportAPI | ||
@@ -360,3 +363,2 @@ closePlugin(message?: string): void | ||
type BlendMode = | ||
"PASS_THROUGH" | | ||
"NORMAL" | | ||
@@ -523,3 +525,3 @@ "DARKEN" | | ||
opacity: number | ||
blendMode: BlendMode | ||
blendMode: "PASS_THROUGH" | BlendMode | ||
isMask: boolean | ||
@@ -763,3 +765,3 @@ effects: ReadonlyArray<Effect> | ||
clone(): InstanceNode | ||
mainComponent: ComponentNode | ||
mainComponent: ComponentNode | null | ||
scaleFactor: number | ||
@@ -766,0 +768,0 @@ } |
{ | ||
"name": "@figma/plugin-typings", | ||
"version": "1.16.1", | ||
"version": "1.17.0", | ||
"description": "Typings for the Figma Plugin API", | ||
@@ -5,0 +5,0 @@ "main": "", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27208
1