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

react-native-root-siblings

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-root-siblings - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/RootSiblingsManager.js

@@ -23,3 +23,3 @@ import React, { useEffect, useState } from 'react';

function getActiveManager() {
for (let i = managerStack.length - 1; i >= 0; i++) {
for (let i = managerStack.length - 1; i >= 0; i--) {
const manager = managerStack[i];

@@ -26,0 +26,0 @@ if (!inactiveManagers.has(manager)) {

{
"version": "4.0.1",
"version": "4.0.2",
"name": "react-native-root-siblings",

@@ -4,0 +4,0 @@ "repository": {

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