Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figma/widget-typings

Package Overview
Dependencies
Maintainers
26
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma/widget-typings - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

8

index.d.ts

@@ -242,3 +242,3 @@ // Figma Widget API version 1, update 1

export type AlignItems = 'center' | 'start' | 'end'
export type AlignItems = 'center' | 'start' | 'end' | 'baseline'
export type BlendMode =

@@ -466,2 +466,3 @@ | 'normal'

hoverStyle?: HoverStyle
positioning?: 'auto' | 'absolute'
}

@@ -504,3 +505,4 @@

rotation?: number
flipVertical?: boolean
// TODO: Add this back when we actually implement this
// flipVertical?: boolean
}

@@ -517,3 +519,3 @@

direction?: 'horizontal' | 'vertical'
horizontalAlignItems?: AlignItems
horizontalAlignItems?: Omit<AlignItems, 'baseline'>
verticalAlignItems?: AlignItems

@@ -520,0 +522,0 @@ }

{
"name": "@figma/widget-typings",
"version": "1.3.0",
"version": "1.4.0",
"description": "Typings for the Figma Widget API",

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

Sorry, the diff of this file is not supported yet

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