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

@figma-export/core

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/core - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.8

4

index.js

@@ -42,3 +42,3 @@ const Figma = require('figma-js');

// eslint-disable-next-line import/no-dynamic-require, global-require
const { configs = {} } = fs.existsSync(configPath) ? require(configPath) : {};
const { configs = [] } = fs.existsSync(configPath) ? require(configPath) : {};

@@ -49,3 +49,3 @@ return objects.map((pkg) => {

...baseOptions,
configs: configs[pkg.name],
configs: utils.fromEntries(configs)[pkg.name],
});

@@ -52,0 +52,0 @@ });

{
"name": "@figma-export/core",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.8",
"description": "@figma-export core functionalities",

@@ -20,3 +20,3 @@ "main": "index.js",

},
"gitHead": "c6a3927a3a1d7eb2a116afc134fa2492a4c251f9"
"gitHead": "358ac4e5fc372091f4eae2278bae64dea2834b94"
}
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