Socket
Socket
Sign inDemoInstall

react-native-safe-area-context

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-safe-area-context - npm Package Compare versions

Comparing version 4.10.2 to 4.10.3

4

lib/commonjs/SafeAreaView.web.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.JsSafeAreaView = void 0;
exports.SafeAreaView = void 0;
var React = _interopRequireWildcard(require("react"));

@@ -31,3 +31,3 @@ var _reactNative = require("react-native");

}
const JsSafeAreaView = exports.JsSafeAreaView = /*#__PURE__*/React.forwardRef(({
const SafeAreaView = exports.SafeAreaView = /*#__PURE__*/React.forwardRef(({
style = {},

@@ -34,0 +34,0 @@ mode,

@@ -22,3 +22,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

}
export const JsSafeAreaView = /*#__PURE__*/React.forwardRef(({
export const SafeAreaView = /*#__PURE__*/React.forwardRef(({
style = {},

@@ -25,0 +25,0 @@ mode,

import * as React from 'react';
import { NativeSafeAreaViewProps } from './SafeArea.types';
export declare const JsSafeAreaView: React.ForwardRefExoticComponent<NativeSafeAreaViewProps & React.RefAttributes<React.Component<import("./specs/NativeSafeAreaView").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
export declare const SafeAreaView: React.ForwardRefExoticComponent<NativeSafeAreaViewProps & React.RefAttributes<React.Component<import("./specs/NativeSafeAreaView").NativeProps, {}, any> & Readonly<import("react-native").NativeMethods>>>;
//# sourceMappingURL=SafeAreaView.web.d.ts.map
{
"name": "react-native-safe-area-context",
"version": "4.10.2",
"version": "4.10.3",
"description": "A flexible way to handle safe area, also works on Android and web.",

@@ -5,0 +5,0 @@ "main": "lib/commonjs/index.js",

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