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
28
Versions
113
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.49.0 to 1.50.0

2

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

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

@@ -744,3 +744,4 @@ type ArgFreeEventType =

locked: boolean
stuckNodes: SceneNode[]
readonly stuckNodes: SceneNode[]
readonly attachedConnectors: ConnectorNode[]
componentPropertyReferences:

@@ -799,2 +800,3 @@ | {

readonly absoluteRenderBounds: Rect | null
readonly absoluteBoundingBox: Rect | null
constrainProportions: boolean

@@ -1225,2 +1227,3 @@

clone(): StampNode
getAuthorAsync(): Promise<BaseUser | null>
}

@@ -1290,6 +1293,7 @@

| 'RUST'
| 'BASH'
clone(): CodeBlockNode
}
interface LayerSublayerNode {
interface LabelSublayerNode {
fills: Paint[] | PluginAPI['mixed']

@@ -1301,3 +1305,3 @@ }

readonly text: TextSublayerNode
readonly textBackground: LayerSublayerNode
readonly textBackground: LabelSublayerNode
readonly cornerRadius?: number

@@ -1450,7 +1454,9 @@ connectorLineType: 'ELBOWED' | 'STRAIGHT'

interface User {
interface BaseUser {
readonly id: string | null
readonly name: string
readonly photoUrl: string | null
}
interface User extends BaseUser {
// The current user's multiplayer color. This will match the color of their

@@ -1457,0 +1463,0 @@ // dot stamps and cursor.

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