New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native

Package Overview
Dependencies
Maintainers
7
Versions
2077
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native - npm Package Compare versions

Comparing version 0.79.0-nightly-20250201-4523fdd93 to 0.79.0-nightly-20250202-e45883e44

2

Libraries/Core/ReactNativeVersion.js

@@ -20,3 +20,3 @@ /**

patch: 0,
prerelease: 'nightly-20250201-4523fdd93',
prerelease: 'nightly-20250202-e45883e44',
};
{
"name": "react-native",
"version": "0.79.0-nightly-20250201-4523fdd93",
"version": "0.79.0-nightly-20250202-e45883e44",
"description": "A framework for building native apps using React",

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

"@jest/create-cache-key-function": "^29.6.3",
"@react-native/assets-registry": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/codegen": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/community-cli-plugin": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/gradle-plugin": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/js-polyfills": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/normalize-colors": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/virtualized-lists": "0.79.0-nightly-20250201-4523fdd93",
"@react-native/assets-registry": "0.79.0-nightly-20250202-e45883e44",
"@react-native/codegen": "0.79.0-nightly-20250202-e45883e44",
"@react-native/community-cli-plugin": "0.79.0-nightly-20250202-e45883e44",
"@react-native/gradle-plugin": "0.79.0-nightly-20250202-e45883e44",
"@react-native/js-polyfills": "0.79.0-nightly-20250202-e45883e44",
"@react-native/normalize-colors": "0.79.0-nightly-20250202-e45883e44",
"@react-native/virtualized-lists": "0.79.0-nightly-20250202-e45883e44",
"abort-controller": "^3.0.0",

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

@@ -7,3 +7,3 @@ /**

*
* @generated SignedSource<<7d66477e7b024c551085f068a6445014>>
* @generated SignedSource<<7cab5c670563229c299d89e62698d469>>
* @flow strict

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

fuseboxEnabledRelease: Getter<boolean>,
fuseboxNetworkInspectionEnabled: Getter<boolean>,
lazyAnimationCallbacks: Getter<boolean>,

@@ -293,2 +294,6 @@ loadVectorDrawablesOnImages: Getter<boolean>,

/**
* Enable network inspection support in the React Native DevTools CDP backend. This flag is global and should not be changed across React Host lifetimes.
*/
export const fuseboxNetworkInspectionEnabled: Getter<boolean> = createNativeFlagGetter('fuseboxNetworkInspectionEnabled', false);
/**
* Only enqueue Choreographer calls if there is an ongoing animation, instead of enqueueing every frame.

@@ -295,0 +300,0 @@ */

@@ -7,3 +7,3 @@ /**

*
* @generated SignedSource<<73d10e1985377162b75ee60e5bcad8dd>>
* @generated SignedSource<<d0cefa6c5be56d5eef73d4a48ba7bd95>>
* @flow strict

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

+fuseboxEnabledRelease?: () => boolean;
+fuseboxNetworkInspectionEnabled?: () => boolean;
+lazyAnimationCallbacks?: () => boolean;

@@ -59,0 +60,0 @@ +loadVectorDrawablesOnImages?: () => boolean;

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc