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
41
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.78.0 to 1.78.1

2

package.json
{
"name": "@figma/plugin-typings",
"version": "1.78.0",
"version": "1.78.1",
"description": "Typings for the Figma Plugin API",

@@ -5,0 +5,0 @@ "main": "",

@@ -569,2 +569,3 @@ /* plugin-typings are auto-generated. Do not update them directly. See plugin-docs/ for instructions. */

| 'isMask'
| 'maskType'
| 'clipsContent'

@@ -1143,2 +1144,3 @@ | 'type'

| 'LUMINOSITY'
declare type MaskType = 'ALPHA' | 'VECTOR' | 'LUMINANCE'
interface Font {

@@ -1516,2 +1518,3 @@ fontName: FontName

isMask: boolean
maskType: MaskType
effects: ReadonlyArray<Effect>

@@ -1518,0 +1521,0 @@ effectStyleId: string

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