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
9
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.19.0 to 1.19.1

14

index.d.ts

@@ -67,2 +67,12 @@ // Figma Plugin API version 1, update 14

moveLocalPaintStyleAfter(targetNode: PaintStyle, reference: PaintStyle | null): void
moveLocalTextStyleAfter(targetNode: TextStyle, reference: TextStyle | null): void
moveLocalEffectStyleAfter(targetNode: EffectStyle, reference: EffectStyle | null): void
moveLocalGridStyleAfter(targetNode: GridStyle, reference: GridStyle | null): void
moveLocalPaintFolderAfter(targetFolder: string, reference: string | null): void
moveLocalTextFolderAfter(targetFolder: string, reference: string | null): void
moveLocalEffectFolderAfter(targetFolder: string, reference: string | null): void
moveLocalGridFolderAfter(targetFolder: string, reference: string | null): void
importComponentByKeyAsync(key: string): Promise<ComponentNode>

@@ -408,3 +418,3 @@ importComponentSetByKeyAsync(key: string): Promise<ComponentSetNode>

interface SimpleTransition {
readonly type: "DISSOLVE" | "SMART_ANIMATE"
readonly type: "DISSOLVE" | "SMART_ANIMATE" | "SCROLL_ANIMATE"
readonly easing: Easing

@@ -432,3 +442,3 @@ readonly duration: number

type Navigation = "NAVIGATE" | "SWAP" | "OVERLAY"
type Navigation = "NAVIGATE" | "SWAP" | "OVERLAY" | "SCROLL_TO"

@@ -435,0 +445,0 @@ interface Easing {

2

package.json
{
"name": "@figma/plugin-typings",
"version": "1.19.0",
"version": "1.19.1",
"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