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

@proxy-figma-export/cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proxy-figma-export/cli - npm Package Compare versions

Comparing version 3.2.1 to 3.2.3

2

dist/commands/components.js

@@ -32,3 +32,3 @@ "use strict";

const command_1 = require("@oclif/command");
const figmaExport = __importStar(require("@figma-export/core"));
const figmaExport = __importStar(require("@proxy-figma-export/core"));
const utils_1 = require("../utils");

@@ -35,0 +35,0 @@ const ora = require("ora");

@@ -32,3 +32,3 @@ "use strict";

const command_1 = require("@oclif/command");
const figmaExport = __importStar(require("@figma-export/core"));
const figmaExport = __importStar(require("@proxy-figma-export/core"));
const utils_1 = require("../utils");

@@ -35,0 +35,0 @@ const ora = require("ora");

@@ -32,3 +32,3 @@ "use strict";

const command_1 = require("@oclif/command");
const figmaExport = __importStar(require("@figma-export/core"));
const figmaExport = __importStar(require("@proxy-figma-export/core"));
const fs = require("fs");

@@ -35,0 +35,0 @@ const path = require("path");

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

{"version":"3.2.1","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"concurrency":{"name":"concurrency","type":"option","char":"c","description":"Concurrency when fetching","default":30},"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"},"transformer":{"name":"transformer","type":"option","char":"T","description":"Transformer module or path"}},"args":[{"name":"fileId","required":true}]},"styles":{"id":"styles","description":"export styles from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{"version":"3.2.3","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"concurrency":{"name":"concurrency","type":"option","char":"c","description":"Concurrency when fetching","default":30},"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"},"transformer":{"name":"transformer","type":"option","char":"T","description":"Transformer module or path"}},"args":[{"name":"fileId","required":true}]},"styles":{"id":"styles","description":"export styles from a Figma file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"Output directory","default":"output"},"outputter":{"name":"outputter","type":"option","char":"O","description":"Outputter module or path"}},"args":[{"name":"fileId","required":true}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@proxy-figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{
"name": "@proxy-figma-export/cli",
"description": "Command line for @figma-export",
"version": "3.2.1",
"version": "3.2.3",
"main": "dist/index.js",

@@ -13,4 +13,4 @@ "types": "dist/index.d.ts",

"dependencies": {
"@proxy-figma-export/core": "^3.2.1",
"@proxy-figma-export/types": "^3.2.1",
"@proxy-figma-export/core": "^3.2.3",
"@proxy-figma-export/types": "^3.2.3",
"@oclif/command": "~1.8.0",

@@ -17,0 +17,0 @@ "@oclif/config": "~1.17.0",

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