New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.1 to 1.2.2

6

index.d.ts

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

type Fragment = FunctionalWidget<{ key?: any }>
type Fragment = FunctionalWidget<FragmentProps>

@@ -198,2 +198,6 @@ type AutoLayout = FunctionalWidget<AutoLayoutProps>

interface FragmentProps extends HasChildrenProps {
key?: BaseProps['key']
}
interface FrameProps extends BaseProps, WidgetJSX.FrameProps, HasChildrenProps {}

@@ -200,0 +204,0 @@

2

package.json
{
"name": "@figma/widget-typings",
"version": "1.2.1",
"version": "1.2.2",
"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