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

@figma-export/core

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/core - npm Package Compare versions

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

4

dist/lib/export-components.d.ts
import * as FigmaExport from '@figma-export/types';
declare type Options = FigmaExport.BaseCommandOptions & FigmaExport.ComponentsCommandOptions;
export declare const components: ({ token, fileId, version, onlyFromPages, transformers, outputters, concurrency, log, }: Options) => Promise<FigmaExport.PageNode[]>;
export {};
export declare const components: FigmaExport.ComponentsCommand;
//# sourceMappingURL=export-components.d.ts.map

@@ -36,2 +36,3 @@ "use strict";

yield Promise.all(outputters.map((outputter) => outputter(pagesWithSvg)));
log(`exported components from ${fileId}`);
return pagesWithSvg;

@@ -38,0 +39,0 @@ });

import * as FigmaExport from '@figma-export/types';
declare type Options = FigmaExport.BaseCommandOptions & FigmaExport.StylesCommandOptions;
export declare const styles: ({ token, fileId, version, outputters, log, }: Options) => Promise<FigmaExport.Style[]>;
export {};
export declare const styles: FigmaExport.StylesCommand;
//# sourceMappingURL=export-styles.d.ts.map

@@ -25,2 +25,3 @@ "use strict";

yield Promise.all(outputters.map((outputter) => outputter(parsedStyles)));
log(`exported styles from ${fileId}`);
return parsedStyles;

@@ -27,0 +28,0 @@ });

{
"name": "@figma-export/core",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "@figma-export core functionalities",

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

"dependencies": {
"@figma-export/types": "^4.0.0-alpha.0",
"@figma-export/types": "^4.0.0-alpha.1",
"axios": "~0.24.0",

@@ -35,3 +35,3 @@ "figma-js": "~1.14.0",

},
"gitHead": "69e5443cdb4a4f8ad9bf482d0a7dcca1bb261d96"
"gitHead": "086711cbbf9ef49e4d49dc143b01902cb0909afc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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