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.63.0 to 1.64.0

2

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

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

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

requestCheckout(): void
getPluginPaymentTokenAsync(): Promise<string>
}

@@ -635,4 +636,3 @@ interface ClientStorageAPI {

}
interface ExportSettingsSVG {
readonly format: 'SVG'
interface ExportSettingsSVGBase {
readonly contentsOnly?: boolean

@@ -645,2 +645,8 @@ readonly useAbsoluteBounds?: boolean

}
interface ExportSettingsSVG extends ExportSettingsSVGBase {
readonly format: 'SVG'
}
interface ExportSettingsSVGString extends ExportSettingsSVGBase {
readonly format: 'SVG_STRING'
}
interface ExportSettingsPDF {

@@ -1032,2 +1038,3 @@ readonly format: 'PDF'

exportAsync(settings?: ExportSettings): Promise<Uint8Array>
exportAsync(settings: ExportSettingsSVGString): Promise<string>
}

@@ -1454,2 +1461,3 @@ interface FramePrototypingMixin {

| 'BASH'
| 'PLAINTEXT'
clone(): CodeBlockNode

@@ -1456,0 +1464,0 @@ }

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