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
3
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.12.0 to 1.14.0

17

index.d.ts

@@ -1,2 +0,2 @@

// Figma Plugin API version 1, update 12
// Figma Plugin API version 1, update 14

@@ -456,2 +456,3 @@ declare global {

setSharedPluginData(namespace: string, key: string, value: string): void
setRelaunchData(data: { [command: string]: /* description */ string }): void
}

@@ -556,6 +557,2 @@

interface RelaunchableMixin {
setRelaunchData(relaunchData: { [command: string]: /* description */ string }): void
}
interface ReactionMixin {

@@ -568,3 +565,3 @@ readonly reactions: ReadonlyArray<Reaction>

BlendMixin, GeometryMixin, LayoutMixin,
ExportMixin, RelaunchableMixin {
ExportMixin {
}

@@ -577,3 +574,3 @@

BlendMixin, ConstraintMixin, LayoutMixin,
ExportMixin, RelaunchableMixin {
ExportMixin {

@@ -625,3 +622,3 @@ layoutMode: "NONE" | "HORIZONTAL" | "VERTICAL"

interface PageNode extends BaseNodeMixin, ChildrenMixin, ExportMixin, RelaunchableMixin {
interface PageNode extends BaseNodeMixin, ChildrenMixin, ExportMixin {

@@ -648,3 +645,3 @@ readonly type: "PAGE"

ChildrenMixin, ContainerMixin, BlendMixin,
LayoutMixin, ExportMixin, RelaunchableMixin {
LayoutMixin, ExportMixin {

@@ -657,3 +654,3 @@ readonly type: "GROUP"

BaseNodeMixin, SceneNodeMixin, LayoutMixin,
ExportMixin, RelaunchableMixin {
ExportMixin {

@@ -660,0 +657,0 @@ readonly type: "SLICE"

{
"name": "@figma/plugin-typings",
"version": "1.12.0",
"version": "1.14.0",
"description": "Typings for the Figma Plugin API",

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

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