Socket
Socket
Sign inDemoInstall

@svgr/babel-preset

Package Overview
Dependencies
61
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.0 to 6.5.0

5

dist/index.js

@@ -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"

22

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc