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.15 to 0.0.1-alpha.16

2

dist/renderers/line.d.ts
import { LineProps } from '../components/line/Line';
export declare const line: (node: RectangleNode) => (props: LineProps) => LineNode | RectangleNode;
export declare const line: (node: RectangleNode) => (props: LineProps) => RectangleNode | LineNode;

@@ -0,1 +1,2 @@

import * as React from 'react';
export declare type Color = string;

@@ -23,3 +24,3 @@ export interface BaseNodeProps {

export interface ChildrenProps {
children?: ReadonlyArray<BaseNode>;
children?: React.ReactNode;
}

@@ -26,0 +27,0 @@ export interface GeometryProps {

{
"name": "react-figma",
"version": "0.0.1-alpha.15",
"version": "0.0.1-alpha.16",
"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.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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