Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-figma

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-figma - npm Package Compare versions

Comparing version 0.0.1-alpha.29 to 0.0.30

4

package.json
{
"name": "react-figma",
"version": "0.0.1-alpha.29",
"version": "0.0.30",
"description": "This plugin template uses Typescript. If you are familiar with Javascript, Typescript will look very familiar. In fact, valid Javascript code is already valid Typescript code.",

@@ -49,3 +49,3 @@ "scripts": {

"css-loader": "^3.2.0",
"figma-api-stub": "0.0.16",
"figma-api-stub": "0.0.17",
"gitbook-cli": "^2.3.2",

@@ -52,0 +52,0 @@ "gitbook-plugin-anchorjs": "^2.1.0",

@@ -28,3 +28,2 @@ "use strict";

var textNode = node || figma.createText();
textNode.textAutoResize = props.textAutoResize || 'WIDTH_AND_HEIGHT';
refMixin_1.refMixin(textNode)(props);

@@ -43,2 +42,3 @@ baseNodeMixin_1.baseNodeMixin(textNode)(props);

}
textNode.textAutoResize = props.textAutoResize || 'WIDTH_AND_HEIGHT';
textNodePropsAssign(textNode)(props);

@@ -45,0 +45,0 @@ }

Sorry, the diff of this file is not supported yet

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