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
1
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 1.1.3 to 1.2.0

2

lib/AppRegistryInjection.js
import { StyleSheet, View, AppRegistry } from 'react-native';
import React, { Component } from 'react';
import StaticContainer from 'react-native/Libraries/Components/StaticContainer';
import StaticContainer from 'static-container';
import EventEmitter from 'react-native/Libraries/EventEmitter/EventEmitter';

@@ -5,0 +5,0 @@

@@ -24,3 +24,3 @@ import React, { cloneElement } from 'react';

_offstreamElement(element) {
_offStreamElement(element) {
return cloneElement(element, {

@@ -34,3 +34,3 @@ style: [element.props.style, styles.offStream]

update(element, callback) {
emitter.emit('siblings.update', this._id, this._offstreamElement(element), callback);
emitter.emit('siblings.update', this._id, this._offStreamElement(element), callback);
};

@@ -37,0 +37,0 @@

{
"version": "1.1.3",
"version": "1.2.0",
"name": "react-native-root-siblings",

@@ -11,2 +11,5 @@ "repository": {

"description": "react native root sibling elements manager",
"dependencies": {
"static-container": "^1.0.0"
},
"keywords": [

@@ -13,0 +16,0 @@ "react-component",

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