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

@figma-export/cli

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/cli - npm Package Compare versions

Comparing version 0.0.1-alpha.9 to 0.0.1-alpha.10

2

oclif.manifest.json

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

{"version":"0.0.1-alpha.9","commands":{"components":{"id":"components","description":"Exports 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}]},"from-config":{"id":"from-config","description":"Exports from configuration file\n","pluginName":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{"version":"0.0.1-alpha.10","commands":{"components":{"id":"components","description":"Exports 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}]},"from-config":{"id":"from-config","description":"Exports from 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": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"author": "Marco Montalbano @marcomontalbano",

@@ -11,3 +11,3 @@ "bin": {

"dependencies": {
"@figma-export/core": "^0.0.1-alpha.9",
"@figma-export/core": "^0.0.1-alpha.10",
"@oclif/command": "~1.5.19",

@@ -52,3 +52,3 @@ "@oclif/config": "~1.13.3",

},
"gitHead": "c3ba405414c710f9fc08f3dff40619d07fa49279"
"gitHead": "07b977ab0e16c2a1967a0316e25ac434cc62d07c"
}
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