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.4 to 3.2.5

3

dist/utils.js

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

// eslint-disable-next-line @typescript-eslint/ban-types
exports.requirePackages = (packages, baseOptions = {}) => {
const requirePackages = (packages, baseOptions = {}) => {
return packages.map((pkg) => {

@@ -22,2 +22,3 @@ if (typeof pkg === 'function') {

};
exports.requirePackages = requirePackages;
//# sourceMappingURL=utils.js.map

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

{"version":"3.2.4","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.5","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.4",
"version": "3.2.5",
"main": "dist/index.js",

@@ -15,12 +15,12 @@ "types": "dist/index.d.ts",

"@oclif/config": "~1.17.0",
"@oclif/errors": "~1.3.3",
"@oclif/plugin-help": "~3.2.0",
"@oclif/errors": "~1.3.4",
"@oclif/plugin-help": "~3.2.2",
"@proxy-figma-export/core": "^3.2.4",
"@proxy-figma-export/types": "^3.2.4",
"ora": "~5.1.0"
"ora": "~5.4.0"
},
"devDependencies": {
"@oclif/dev-cli": "~1.22.2",
"@oclif/test": "~1.2.7",
"globby": "~11.0.1"
"@oclif/dev-cli": "~1.26.0",
"@oclif/test": "~1.2.8",
"globby": "~11.0.3"
},

@@ -66,3 +66,3 @@ "engines": {

},
"gitHead": "6c601eabd6f5b0863cc8728045df4338b9ec2761"
"gitHead": "b139a4feae8df2fb5343cb209a98110d4d67a041"
}

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