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

@figma/plugin-typings

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma/plugin-typings - npm Package Compare versions

Comparing version 1.16.1 to 1.17.0

8

index.d.ts

@@ -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": "",

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