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 6.0.0-beta.0 to 6.0.0

2

dist/commands/use-config.js

@@ -18,3 +18,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

.example('use-config ./figmaexportrc.production.js')
.action((configFile = '.figmaexportrc.js') => __awaiter(void 0, void 0, void 0, function* () {
.action((...args_1) => __awaiter(void 0, [...args_1], void 0, function* (configFile = '.figmaexportrc.js') {
const configPath = path.resolve(configFile);

@@ -21,0 +21,0 @@ if (!fs.existsSync(configPath)) {

@@ -17,3 +17,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

// eslint-disable-next-line @typescript-eslint/ban-types
export const requirePackages = (packages, baseOptions = {}) => __awaiter(void 0, void 0, void 0, function* () {
export const requirePackages = (packages_1, ...args_1) => __awaiter(void 0, [packages_1, ...args_1], void 0, function* (packages, baseOptions = {}) {
return Promise.all(packages.map((_pkg) => __awaiter(void 0, void 0, void 0, function* () {

@@ -20,0 +20,0 @@ const pkgNameOrPath = resolveNameOrPath(_pkg);

{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "6.0.0-beta.0",
"version": "6.0.0",
"author": "Marco Montalbano",

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

"dependencies": {
"@figma-export/core": "^6.0.0-beta.0",
"@figma-export/types": "^6.0.0-beta.0",
"@figma-export/core": "^6.0.0",
"@figma-export/types": "^6.0.0",
"ora": "~8.0.1",

@@ -18,3 +18,3 @@ "sade": "~1.8.1"

"engines": {
"node": ">= 18.12"
"node": ">= 18.17"
},

@@ -43,3 +43,3 @@ "files": [

},
"gitHead": "559f5bfe3cf41a2cbed16a6a4348c781940f80ce"
"gitHead": "504328785193bdd5143d25ce4abb4ab1242f4ea2"
}

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