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.1.8 to 0.1.9

9

hooks/useYogaLayout.js

@@ -65,5 +65,12 @@ "use strict";

yogaStream_1.updateYogaNode(instance);
}, [props.children, props.width, props.height, props.characters, props.fontSize].concat(flatYogaStyle(props.style)));
}, [
props.children,
props.width,
props.height,
props.characters,
props.fontSize,
props.loadedFont
].concat(flatYogaStyle(props.style)));
return yogaProps;
};
//# sourceMappingURL=useYogaLayout.js.map

2

package.json
{
"name": "react-figma",
"version": "0.1.8",
"version": "0.1.9",
"description": "Render React components to Figma",

@@ -5,0 +5,0 @@ "scripts": {

@@ -30,3 +30,3 @@ "use strict";

$yogaRoot
.pipe(operators_1.delay(0), operators_1.concatMap(function (instance) {
.pipe(operators_1.delay(0), operators_1.exhaustMap(function (instance) {
return new rxjs_1.Observable(function (subscriber) {

@@ -33,0 +33,0 @@ var handleYogaProps = function (newProps) {

Sorry, the diff of this file is not supported yet

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