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
37
Versions
112
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.69.0 to 1.70.0

2

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

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

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

setBoundVariable(field: VariableBindableNodeField, variableId: string): void
resolvedVariableModes: Record<string, string>
explicitVariableModes: Record<string, string>
resolvedVariableModes: {
[collectionId: string]: string
}
explicitVariableModes: {
[collectionId: string]: string
}
clearExplicitVariableModeForCollection(collectionId: string): void

@@ -1604,2 +1608,3 @@ setExplicitVariableModeForCollection(collectionId: string, modeId: string): void

authorName: string
isWideWidth: boolean
clone(): StickyNode

@@ -1746,3 +1751,5 @@ }

setValueForMode(modeId: string, newValue: VariableValue): void
readonly valuesByMode: Record<string, VariableValue>
readonly valuesByMode: {
[modeId: string]: VariableValue
}
remove(): void

@@ -1749,0 +1756,0 @@ scopes: Array<VariableScope>

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