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 3.2.1 to 3.2.2

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.1","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')"},"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":"@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":"@figma-export/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"config","required":true,"default":".figmaexportrc.js"}]}}}
{"version":"3.2.2","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')"},"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":"@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":"@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": "3.2.1",
"version": "3.2.2",
"main": "dist/index.js",

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

"dependencies": {
"@figma-export/core": "^3.2.1",
"@figma-export/core": "^3.2.2",
"@figma-export/types": "^3.2.0",
"@oclif/command": "~1.8.0",
"@oclif/config": "~1.17.0",
"@oclif/errors": "~1.3.3",
"@oclif/plugin-help": "~3.2.0",
"ora": "~5.1.0"
"@oclif/errors": "~1.3.4",
"@oclif/plugin-help": "~3.2.2",
"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": "9ac8278779265299e6101ce83717a9ee3b8b75a6"
"gitHead": "f9736c6a80d0374f09a4ad67305dfaabe9a2788f"
}

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