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

react-figma

Package Overview
Dependencies
Maintainers
2
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.11.0 to 0.12.0

rn/NativeModules.d.ts

1

index.d.ts

@@ -27,4 +27,5 @@ export { render } from './renderer';

export { I18nManager } from './rn/I18nManager';
export { NativeModules } from './rn/NativeModules';
export { useFillPaintStyle } from './localStyles/useFillPaintStyle';
export { useStrokePaintStyle } from './localStyles/useStrokePaintStyle';
export { useTextStyle } from './localStyles/useTextStyle';

@@ -56,2 +56,4 @@ "use strict";

exports.I18nManager = I18nManager_1.I18nManager;
var NativeModules_1 = require("./rn/NativeModules");
exports.NativeModules = NativeModules_1.NativeModules;
var useFillPaintStyle_1 = require("./localStyles/useFillPaintStyle");

@@ -58,0 +60,0 @@ exports.useFillPaintStyle = useFillPaintStyle_1.useFillPaintStyle;

2

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

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

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