Socket
Socket
Sign inDemoInstall

@svgr/babel-plugin-transform-react-native-svg

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgr/babel-plugin-transform-react-native-svg - npm Package Compare versions

Comparing version 5.0.1 to 5.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [5.4.0](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg/compare/v5.3.1...v5.4.0) (2020-04-27)
### Features
* add `ForeignObject` support for react native ([#430](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg/issues/430)) ([1b56b85](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg/commit/1b56b851478803d40105ce63c70e457bd3183da6))
## [5.0.1](https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg/compare/v5.0.0...v5.0.1) (2019-12-29)

@@ -8,0 +19,0 @@

3

lib/index.js

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

mask: 'Mask',
image: 'Image'
image: 'Image',
foreignObject: 'ForeignObject'
};

@@ -30,0 +31,0 @@

{
"name": "@svgr/babel-plugin-transform-react-native-svg",
"description": "Transform DOM elements into react-native-svg components",
"version": "5.0.1",
"version": "5.4.0",
"main": "lib/index.js",

@@ -28,3 +28,3 @@ "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg",

},
"gitHead": "2c0863b6821ef6b86bd7ad1a0267ba7e07b163ff"
"gitHead": "e9c9d2fbfbce7a6879c90cd8522101caf2406d42"
}
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