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.4.0 to 4.5.0

4

dist/commands.d.ts

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

import { StringTransformer, ComponentOutputter, PageNode } from './global';
import { StringTransformer, ComponentOutputter, PageNode, ComponentFilter } from './global';
import { StyleOutputter, Style } from './styles';

@@ -24,2 +24,4 @@ export declare type BaseCommandOptions = {

onlyFromPages?: string[];
/** Filter components to export */
filterComponent?: ComponentFilter;
/** Transformer module name or path */

@@ -26,0 +28,0 @@ transformers?: StringTransformer[];

@@ -21,2 +21,3 @@ import * as Figma from 'figma-js';

export declare type StyleNode = Figma.Style & Figma.Node;
export declare type ComponentFilter = (component: Figma.Component) => boolean;
//# sourceMappingURL=global.d.ts.map
{
"name": "@figma-export/types",
"version": "4.4.0",
"version": "4.5.0",
"description": "Type definition for @figma-export",

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

"dependencies": {
"figma-js": "~1.15.0"
"figma-js": "~1.16.0"
},
"gitHead": "c7964f2efbc39bd33160555dd1612c152e112cfd"
"gitHead": "a5cf8242a285a9ed1f62c97c72ee8fe00beeeb6b"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc