@svgr/core
Advanced tools
Comparing version 5.5.0 to 6.0.0-alpha.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20838
10
190
1
+ Added@svgr/babel-plugin-add-jsx-attribute@6.5.1(transitive)
+ Added@svgr/babel-plugin-remove-jsx-attribute@8.0.0(transitive)
+ Added@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(transitive)
+ Added@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(transitive)
+ Added@svgr/babel-plugin-svg-dynamic-title@6.5.1(transitive)
+ Added@svgr/babel-plugin-svg-em-dimensions@6.5.1(transitive)
+ Added@svgr/babel-plugin-transform-react-native-svg@6.5.1(transitive)
+ Added@svgr/babel-plugin-transform-svg-component@6.5.1(transitive)
+ Added@svgr/babel-preset@6.5.1(transitive)
+ Added@svgr/core@6.5.1(transitive)
+ Added@svgr/hast-util-to-babel-ast@6.5.1(transitive)
+ Added@svgr/plugin-jsx@6.5.1(transitive)
+ Addedentities@4.5.0(transitive)
- Removed@svgr/babel-plugin-add-jsx-attribute@5.4.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-attribute@5.4.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1(transitive)
- Removed@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1(transitive)
- Removed@svgr/babel-plugin-svg-dynamic-title@5.4.0(transitive)
- Removed@svgr/babel-plugin-svg-em-dimensions@5.4.0(transitive)
- Removed@svgr/babel-plugin-transform-react-native-svg@5.4.0(transitive)
- Removed@svgr/babel-plugin-transform-svg-component@5.5.0(transitive)
- Removed@svgr/babel-preset@5.5.0(transitive)
- Removed@svgr/hast-util-to-babel-ast@5.5.0(transitive)
- Removed@svgr/plugin-jsx@5.5.0(transitive)
Updatedcosmiconfig@^7.0.1