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

@figma-export/output-components-as-es6

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figma-export/output-components-as-es6 - npm Package Compare versions

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

2

index.js
const fs = require('fs');
const path = require('path');
const makeDir = require('make-dir');

@@ -10,2 +11,3 @@ const camelCase = (str) => str.replace(/^([A-Z])|[\s-_]+(\w)/g, (match, p1, p2) => {

module.exports = ({ output }) => {
makeDir.sync(output);
return async (pages) => {

@@ -12,0 +14,0 @@ pages.forEach(({ name: pageName, components }) => {

7

package.json
{
"name": "@figma-export/output-components-as-es6",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "Outputter for @figma-export that exports components in javascript file",

@@ -16,3 +16,6 @@ "main": "index.js",

},
"gitHead": "358ac4e5fc372091f4eae2278bae64dea2834b94"
"dependencies": {
"make-dir": "~3.0.0"
},
"gitHead": "c3ba405414c710f9fc08f3dff40619d07fa49279"
}
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