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

figmagic

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figmagic - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

5

package.json
{
"name": "figmagic",
"version": "4.3.2",
"version": "4.3.3",
"description": "Figmagic is the missing piece between DevOps and design: Generate design tokens, export graphics, and extract design token-driven React components from your Figma documents.",

@@ -101,6 +101,3 @@ "homepage": "https://www.figmagic.com",

},
"dependencies": {
"dotenv": "10"
},
"snyk": true
}

6

README.md

@@ -20,3 +20,3 @@ ![Figmagic cover art](images/cover.png)

Previous versions in the 4.0 series have been using [`trash`](https://github.com/sindresorhus/trash) to handle files that need to be replaced. In `4.3.0` this is no longer the case, and there is now instead a configuration choice you can make to adapt to your needs.
Previous versions in the 4.0 series have been using [`trash`](https://github.com/sindresorhus/trash) to handle files that need to be replaced. In `4.3.0` this is no longer the case.

@@ -84,3 +84,3 @@ Any deleted files are now permanently destroyed by the Node native `fs` module.

- Figmagic is designer-driven, since Figma is seen as the source of truth
- Figmagic is automatable and very lightweight (~40kb compressed), with only a single external dependency (`dotenv`)
- Figmagic is automatable and very lightweight (~45kb compressed), with no external dependencies
- Figmagic is developer-friendly and makes very few assumptions on your use and/or setup and supports a range of output formats plus that it's extensible through custom templates if you need something completely different

@@ -291,3 +291,3 @@ - Figmagic is open-sourced under the MIT license and has a long track record of very short implementation cycles for new features/fixes

1. User-provided configuration from `figmagic.json`/`.figmagicrc` file
2. Environment variables (also loaded from `.env` file using `dotenv`)
2. Environment variables (also loaded from `.env` file)
3. Command-line arguments and flags

@@ -294,0 +294,0 @@

Sorry, the diff of this file is too big to display

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