@svgr/babel-plugin-remove-jsx-attribute
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,4 +6,15 @@ # Change Log | ||
# [4.2.0](https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute/compare/v4.1.0...v4.2.0) (2019-04-11) | ||
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute/compare/v5.0.0...v5.0.1) (2019-12-29) | ||
### Bug Fixes | ||
* fix engines in package.json ([a45d6fc](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute/commit/a45d6fc8b43402bec60ed4e9273f90fdc65a23a7)) | ||
# [4.2.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute/compare/v4.1.0...v4.2.0) (2019-04-11) | ||
**Note:** Version bump only for package @svgr/babel-plugin-remove-jsx-attribute | ||
@@ -15,3 +26,3 @@ | ||
## [4.0.3](https://github.com/smooth-code/svgr/compare/v4.0.2...v4.0.3) (2018-11-13) | ||
## [4.0.3](https://github.com/gregberge/svgr/compare/v4.0.2...v4.0.3) (2018-11-13) | ||
@@ -21,3 +32,3 @@ | ||
* **babel-plugin:** fix usage of spread attribute([#231](https://github.com/smooth-code/svgr/issues/231)) ([4186953](https://github.com/smooth-code/svgr/commit/4186953)) | ||
* **babel-plugin:** fix usage of spread attribute([#231](https://github.com/gregberge/svgr/issues/231)) ([4186953](https://github.com/gregberge/svgr/commit/4186953)) | ||
@@ -28,3 +39,3 @@ | ||
# [4.0.0](https://github.com/smooth-code/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
# [4.0.0](https://github.com/gregberge/svgr/compare/v3.1.0...v4.0.0) (2018-11-04) | ||
@@ -34,3 +45,3 @@ | ||
* **v4:** new architecture ([ac8b8ca](https://github.com/smooth-code/svgr/commit/ac8b8ca)) | ||
* **v4:** new architecture ([ac8b8ca](https://github.com/gregberge/svgr/commit/ac8b8ca)) | ||
@@ -37,0 +48,0 @@ |
{ | ||
"name": "@svgr/babel-plugin-remove-jsx-attribute", | ||
"description": "Remove JSX attribute", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute", | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute", | ||
"author": "Greg Bergé <berge.greg@gmail.com>", | ||
@@ -15,4 +15,9 @@ "publishConfig": { | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
"homepage": "https://react-svgr.com", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/gregberge" | ||
}, | ||
"license": "MIT", | ||
@@ -24,3 +29,3 @@ "scripts": { | ||
}, | ||
"gitHead": "cfc0fc2786024820ea476739eda6cca342cf4230" | ||
"gitHead": "2c0863b6821ef6b86bd7ad1a0267ba7e07b163ff" | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4074
0