@svgr/babel-preset
Advanced tools
Comparing version 6.4.0 to 6.5.0
@@ -42,3 +42,6 @@ 'use strict'; | ||
let toAddAttributes = [ | ||
{ | ||
(opts == null ? void 0 : opts.native) === true ? { | ||
name: "accessibilityRole", | ||
value: "image" | ||
} : { | ||
name: "role", | ||
@@ -45,0 +48,0 @@ value: "img" |
{ | ||
"name": "@svgr/babel-preset", | ||
"description": "SVGR preset that apply transformations from config", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"main": "./dist/index.js", | ||
@@ -14,3 +14,3 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset", | ||
"repository": "https://github.com/gregberge/svgr/tree/main/packages/babel-preset", | ||
"author": "Greg Bergé <berge.greg@gmail.com>", | ||
@@ -34,10 +34,10 @@ "publishConfig": { | ||
"dependencies": { | ||
"@svgr/babel-plugin-add-jsx-attribute": "^6.3.1", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^6.3.1", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.3.1", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.3.1", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^6.3.1", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^6.3.1", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^6.3.1", | ||
"@svgr/babel-plugin-transform-svg-component": "^6.3.1" | ||
"@svgr/babel-plugin-add-jsx-attribute": "^6.5.0", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^6.5.0", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^6.5.0", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^6.5.0", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^6.5.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^6.5.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^6.5.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "fd423ae712087c34ba044ecb9016e862ca32eac1" | ||
"gitHead": "b385279d27e51d34e4684dda326aa4216a485572" | ||
} |
Sorry, the diff of this file is not supported yet
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
16170
149