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

convert-figma-svgs-for-react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-figma-svgs-for-react - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

src/bin/index.js

9

package.json
{
"name": "convert-figma-svgs-for-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "A small script for a very specific use case.",

@@ -21,3 +21,8 @@ "main": "src/index.js",

},
"homepage": "https://github.com/zchsh/convert-figma-svgs-for-react#readme"
"homepage": "https://github.com/zchsh/convert-figma-svgs-for-react#readme",
"dependencies": {
"chalk": "^2.3.0",
"jsdom": "^11.3.0",
"replace-ext": "^1.0.0"
}
}

@@ -8,4 +8,4 @@ var fs = require('fs')

const readSvgFiles = require('./helpers/readSvgFiles.js')
export const reformatFigmaSvg = require('./helpers/reformatFigmaSvg.js')
const reformatFigmaSvg = require('./helpers/reformatFigmaSvg.js')
module.exports.reformatFigmaSvg = reformatFigmaSvg
// This is a script to make any SVGs available as modules that export an SVG string.

@@ -12,0 +12,0 @@ // This allows us to inline our SVG and take advantage of CSS styling of said inlined SVGs.

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