New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.4 to 1.1.5

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -31,3 +31,3 @@ var fs = require('fs')

const jsPrefix = (CONFIG && CONFIG.modulePrefix) || 'export default '
const jsContents = `${CONFIG.modulePrefix}'${strippedNewlines}'`
const jsContents = `${jsPrefix}'${strippedNewlines}'`
const jsFilename = replaceExt(filename, '.js')

@@ -34,0 +34,0 @@ fs.writeFileSync(dirname + jsFilename, jsContents)

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