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.83.0 to 1.84.0

2

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

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

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

field: VariableBindablePaintField,
variable: Variable,
variable: Variable | null,
): SolidPaint

@@ -188,3 +188,3 @@ setBoundVariableForEffect(

field: VariableBindableEffectField,
variable: Variable,
variable: Variable | null,
): Effect

@@ -194,3 +194,3 @@ setBoundVariableForLayoutGrid(

field: VariableBindableLayoutGridField,
variable: Variable,
variable: Variable | null,
): LayoutGrid

@@ -197,0 +197,0 @@ importVariableByKeyAsync(key: string): Promise<Variable>

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