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

@svgr/core

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/core - npm Package Compare versions

Comparing version 5.5.0 to 6.0.0-alpha.0

lib/__fixtures__/svgo/svgo.config.js

3

lib/config.js

@@ -29,3 +29,4 @@ "use strict";

plugins: null,
namedExport: 'ReactComponent'
namedExport: 'ReactComponent',
exportType: 'default'
};

@@ -32,0 +33,0 @@ exports.DEFAULT_CONFIG = DEFAULT_CONFIG;

{
"name": "@svgr/core",
"description": "Transform SVG into React Components.",
"version": "5.5.0",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",

@@ -21,2 +21,3 @@ "repository": "https://github.com/gregberge/svgr/tree/master/packages/core",

},
"types": "src",
"homepage": "https://react-svgr.com",

@@ -34,7 +35,7 @@ "funding": {

"dependencies": {
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-jsx": "^6.0.0-alpha.0",
"camelcase": "^6.2.0",
"cosmiconfig": "^7.0.0"
"cosmiconfig": "^7.0.1"
},
"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