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
8
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.18.2 to 1.19.0

18

index.d.ts

@@ -519,3 +519,4 @@ // Figma Plugin API version 1, update 14

layoutAlign: "MIN" | "CENTER" | "MAX" | "STRETCH" // applicable only inside auto-layout frames
layoutAlign: "MIN" | "CENTER" | "MAX" | "STRETCH" | "INHERIT" // applicable only inside auto-layout frames
layoutGrow: number

@@ -609,7 +610,18 @@ resize(width: number, height: number): void

layoutMode: "NONE" | "HORIZONTAL" | "VERTICAL"
primaryAxisSizingMode: "FIXED" | "AUTO" // applicable only if layoutMode != "NONE"
counterAxisSizingMode: "FIXED" | "AUTO" // applicable only if layoutMode != "NONE"
horizontalPadding: number // applicable only if layoutMode != "NONE"
verticalPadding: number // applicable only if layoutMode != "NONE"
primaryAxisAlignItems: "MIN" | "MAX" | "CENTER" | "SPACE_BETWEEN" // applicable only if layoutMode != "NONE"
counterAxisAlignItems: "MIN" | "MAX" | "CENTER" // applicable only if layoutMode != "NONE"
paddingLeft: number // applicable only if layoutMode != "NONE"
paddingRight: number // applicable only if layoutMode != "NONE"
paddingTop: number // applicable only if layoutMode != "NONE"
paddingBottom: number // applicable only if layoutMode != "NONE"
itemSpacing: number // applicable only if layoutMode != "NONE"
horizontalPadding: number // DEPRECATED: use the individual paddings
verticalPadding: number // DEPRECATED: use the individual paddings
layoutGrids: ReadonlyArray<LayoutGrid>

@@ -616,0 +628,0 @@ gridStyleId: string

2

package.json
{
"name": "@figma/plugin-typings",
"version": "1.18.2",
"version": "1.19.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