Socket
Socket
Sign inDemoInstall

@figma-export/cli

Package Overview
Dependencies
81
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.3 to 2.0.0

2

oclif.manifest.json

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

{"version":"2.0.0-alpha.3","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"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}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{"version":"2.0.0","commands":{"components":{"id":"components","description":"export components from a Figma file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{"page":{"name":"page","type":"option","char":"p","description":"Figma page names (defaults to 'all pages')"},"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}]},"use-config":{"id":"use-config","description":"export using a configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"main": "dist/index.js",

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

"dependencies": {
"@figma-export/core": "^2.0.0-alpha.3",
"@figma-export/core": "^2.0.0",
"@oclif/command": "~1.5.19",

@@ -57,3 +57,3 @@ "@oclif/config": "~1.14.0",

},
"gitHead": "a8a4b00d47f179caaf448a88d59805b4021b7db0"
"gitHead": "8d1600b95579c0cded9785552ddce7e2bdb71668"
}
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