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

expo-status-bar

Package Overview
Dependencies
Maintainers
26
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-status-bar - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

2

build/ExpoStatusBar.android.js

@@ -19,4 +19,4 @@ import React from 'react';

}
return (React.createElement(StatusBar, { translucent: translucent, barStyle: barStyle, backgroundColor: backgroundColor, animated: animated, hidden: hidden }));
return (<StatusBar translucent={translucent} barStyle={barStyle} backgroundColor={backgroundColor} animated={animated} hidden={hidden}/>);
}
//# sourceMappingURL=ExpoStatusBar.android.js.map

@@ -12,4 +12,4 @@ import React from 'react';

const barStyle = styleToBarStyle(style, colorScheme);
return (React.createElement(StatusBar, { barStyle: barStyle, animated: animated, hidden: hidden, networkActivityIndicatorVisible: networkActivityIndicatorVisible, showHideTransition: showHideTransition }));
return (<StatusBar barStyle={barStyle} animated={animated} hidden={hidden} networkActivityIndicatorVisible={networkActivityIndicatorVisible} showHideTransition={showHideTransition}/>);
}
//# sourceMappingURL=ExpoStatusBar.ios.js.map

@@ -13,2 +13,8 @@ # Changelog

## 1.9.0 — 2023-10-17
### 💡 Others
- Ship untranspiled JSX to support custom handling of `jsx` and `createElement`. ([#24889](https://github.com/expo/expo/pull/24889) by [@EvanBacon](https://github.com/EvanBacon))
## 1.8.0 — 2023-09-15

@@ -15,0 +21,0 @@

{
"name": "expo-status-bar",
"version": "1.8.0",
"version": "1.9.0",
"description": "Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.",

@@ -48,3 +48,3 @@ "main": "build/StatusBar",

},
"gitHead": "ee2c866ba3c7fbc35ff2a3e896041cf15d3bd7c5"
"gitHead": "da25937e2a99661cbe5eb60ca1d8d6245fc96a50"
}

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