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
26
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.41.0 to 1.41.1

2

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

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

@@ -110,3 +110,3 @@

createImage(data: Uint8Array): Image
getImageByHash(hash: string): Image | null
getImageByHash(hash: string): Image

@@ -123,5 +123,2 @@ createLinkPreviewAsync(url:string): Promise<EmbedNode | LinkUnfurlNode>

exclude(nodes: ReadonlyArray<BaseNode>, parent: BaseNode & ChildrenMixin, index?: number): BooleanOperationNode
base64Encode(data: Uint8Array): string
base64Decode(data: string): Uint8Array
}

@@ -621,9 +618,2 @@

type ConnectorStrokeCap =
| "NONE"
| "ARROW_EQUILATERAL"
| "ARROW_LINES"
| "TRIANGLE_FILLED"
| "DIAMOND_FILLED";
////////////////////////////////////////////////////////////////////////////////

@@ -935,4 +925,2 @@ // Mixins

prototypeBackgrounds: ReadonlyArray<Paint>
readonly prototypeStartNode: FrameNode | GroupNode | ComponentNode | InstanceNode | null

@@ -1086,4 +1074,2 @@ }

connectorEnd: ConnectorEndpoint
connectorStartStrokeCap: ConnectorStrokeCap
connectorEndStrokeCap: ConnectorStrokeCap
clone(): ConnectorNode

@@ -1090,0 +1076,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