Socket
Socket
Sign inDemoInstall

@figma-export/types

Package Overview
Dependencies
1
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.0-alpha.0 to 4.8.0-alpha.1

11

dist/styles/TextStyle.d.ts

@@ -14,4 +14,11 @@ export declare type TextTransform = 'none' | 'uppercase' | 'lowercase' | 'capitalize';

fontSize: number;
/** Line height in px */
lineHeight: number;
/**
* Line height value with units.
*
* Examples: `"18px", "120%", "1.2"`
*
* ---
* More on units https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
*/
lineHeight: string;
/** Space between characters in px */

@@ -18,0 +25,0 @@ letterSpacing: number;

4

package.json
{
"name": "@figma-export/types",
"version": "4.8.0-alpha.0",
"version": "4.8.0-alpha.1",
"description": "Type definition for @figma-export",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

},
"gitHead": "8f56e7aee0de8b05a22807c99c3f4088dce0c0e2"
"gitHead": "d8bd475ff1861e04a72b5630e1b133c933226ac0"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc