Socket
Socket
Sign inDemoInstall

react-native

Package Overview
Dependencies
530
Maintainers
7
Versions
1796
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.75.0-nightly-20240404-70c3158b6 to 0.75.0-nightly-20240405-3f05ad6e8

React/Modules/RCTUIManager.m

2

Libraries/Core/ReactNativeVersion.js

@@ -20,5 +20,5 @@ /**

patch: 0,
prerelease: 'nightly-20240404-70c3158b6',
prerelease: 'nightly-20240405-3f05ad6e8',
};
module.exports = {version};
{
"name": "react-native",
"version": "0.75.0-nightly-20240404-70c3158b6",
"version": "0.75.0-nightly-20240405-3f05ad6e8",
"description": "A framework for building native apps using React",

@@ -114,9 +114,9 @@ "license": "MIT",

"@react-native-community/cli-platform-ios": "14.0.0-alpha.2",
"@react-native/assets-registry": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/codegen": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/community-cli-plugin": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/gradle-plugin": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/js-polyfills": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/normalize-colors": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/virtualized-lists": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/assets-registry": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/codegen": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/community-cli-plugin": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/gradle-plugin": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/js-polyfills": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/normalize-colors": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/virtualized-lists": "0.75.0-nightly-20240405-3f05ad6e8",
"abort-controller": "^3.0.0",

@@ -123,0 +123,0 @@ "anser": "^1.4.9",

@@ -207,2 +207,3 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

jsi
react_cxxreact
react_codegen_rncore

@@ -221,3 +222,2 @@ react_debug

react_utils
reactnative
rrc_modal

@@ -224,0 +224,0 @@ rrc_scrollview

@@ -38,6 +38,6 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

logger
react_cxxreact
react_render_runtimescheduler
reactnative
runtimeexecutor
yoga
)

@@ -17,9 +17,9 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

#########################
### cxxreactpackage ###
### cxxreactpackage ###
#########################
add_library(react_cxxreactpackage SHARED ReactCommon/OnLoad.cpp)
add_library(react_cxxreactpackage INTERFACE)
target_include_directories(react_cxxreactpackage
PUBLIC
INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}

@@ -29,3 +29,4 @@ )

target_link_libraries(react_cxxreactpackage
INTERFACE
fb
fbjni)

@@ -16,8 +16,8 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

file(GLOB reactnative_SRC CONFIGURE_DEPENDS *.cpp)
add_library(reactnative STATIC ${reactnative_SRC})
file(GLOB react_cxxreact_SRC CONFIGURE_DEPENDS *.cpp)
add_library(react_cxxreact STATIC ${react_cxxreact_SRC})
target_include_directories(reactnative PUBLIC ${REACT_COMMON_DIR})
target_include_directories(react_cxxreact PUBLIC ${REACT_COMMON_DIR})
target_link_libraries(reactnative
target_link_libraries(react_cxxreact
boost

@@ -24,0 +24,0 @@ callinvoker

@@ -23,3 +23,3 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

target_link_libraries(jsireact
reactnative
react_cxxreact
reactperflogger

@@ -26,0 +26,0 @@ folly_runtime

@@ -24,5 +24,6 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

rrc_root
react_codegen_rncore
react_cxxreact
react_render_dom
react_render_uimanager
react_codegen_rncore
reactnative)
)

@@ -23,4 +23,5 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

target_link_libraries(react_nativemodule_featureflags
react_codegen_rncore
react_cxxreact
react_featureflags
react_codegen_rncore
reactnative)
)

@@ -24,2 +24,3 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

react_codegen_rncore
reactnative)
react_cxxreact
)

@@ -27,2 +27,4 @@ # Copyright (c) Meta Platforms, Inc. and affiliates.

jsi
react_config
react_cxxreact
react_debug

@@ -40,4 +42,2 @@ react_featureflags

react_render_mounting
react_config
reactnative
rrc_root

@@ -44,0 +44,0 @@ rrc_view

@@ -14,3 +14,3 @@ {

"react": "18.2.0",
"react-native": "0.75.0-nightly-20240404-70c3158b6"
"react-native": "0.75.0-nightly-20240405-3f05ad6e8"
},

@@ -21,6 +21,6 @@ "devDependencies": {

"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/eslint-config": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/metro-config": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/typescript-config": "0.75.0-nightly-20240404-70c3158b6",
"@react-native/babel-preset": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/eslint-config": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/metro-config": "0.75.0-nightly-20240405-3f05ad6e8",
"@react-native/typescript-config": "0.75.0-nightly-20240405-3f05ad6e8",
"@types/react": "^18.2.6",

@@ -27,0 +27,0 @@ "@types/react-test-renderer": "^18.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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