Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

metro-react-native-babel-preset

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metro-react-native-babel-preset - npm Package Compare versions

Comparing version 0.71.3 to 0.72.0

2

package.json
{
"name": "metro-react-native-babel-preset",
"version": "0.71.3",
"version": "0.72.0",
"description": "Babel preset for React Native applications",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -25,3 +25,2 @@ /**

"KeyboardAvoidingView",
"MaskedViewIOS",
"Modal",

@@ -28,0 +27,0 @@ "Pressable",

@@ -50,5 +50,6 @@ /**

extraPlugins.push([
require("@babel/plugin-transform-react-jsx", {
useBuiltIns: true,
}),
require("@babel/plugin-transform-react-jsx"),
{
runtime: "automatic",
},
]);

@@ -55,0 +56,0 @@ }

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