Socket
Socket
Sign inDemoInstall

@react-native/babel-preset

Package Overview
Dependencies
Maintainers
10
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native/babel-preset - npm Package Compare versions

Comparing version 0.73.15 to 0.73.16-nightly-20230807-f9a63ec00

3

package.json
{
"name": "@react-native/babel-preset",
"version": "0.73.15",
"version": "0.73.16-nightly-20230807-f9a63ec00",
"description": "Babel preset for React Native applications",

@@ -54,2 +54,3 @@ "main": "src/index.js",

"@babel/template": "^7.0.0",
"@react-native/babel-plugin-codegen": "*",
"babel-plugin-transform-flow-enums": "^0.0.2",

@@ -56,0 +57,0 @@ "react-refresh": "^0.4.0"

@@ -57,2 +57,9 @@ /**

if (
!options.disableStaticViewConfigsCodegen &&
/\bcodegenNativeComponent</.test(src)
) {
extraPlugins.push([require('@react-native/babel-plugin-codegen')]);
}
if (!options || !options.disableImportExportTransform) {

@@ -59,0 +66,0 @@ extraPlugins.push(

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