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

@svgr/babel-plugin-transform-svg-component

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/babel-plugin-transform-svg-component - npm Package Compare versions

Comparing version 5.5.0 to 6.0.0-alpha.0

2

lib/util.js

@@ -205,3 +205,3 @@ "use strict";

result += `export default ${exportName}`;
result += opts.exportType === 'named' ? `export { ${exportName} as ${opts.namedExport} }` : `export default ${exportName}`;
return template.ast(result, {

@@ -208,0 +208,0 @@ plugins

{
"name": "@svgr/babel-plugin-transform-svg-component",
"description": "Transform SVG into component",
"version": "5.5.0",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",

@@ -28,3 +28,3 @@ "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component",

},
"gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
"gitHead": "4ab46a3a4f7b9aa589e991c98058473b8bd48af6"
}
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