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.7.1 to 1.8.0

build/StatusBar.web.d.ts

6

CHANGELOG.md

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

## 1.8.0 — 2023-09-15
### 💡 Others
- Reduce web bundle size. ([#24297](https://github.com/expo/expo/pull/24297) by [@EvanBacon](https://github.com/EvanBacon))
## 1.7.1 — 2023-08-02

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

17

package.json
{
"name": "expo-status-bar",
"version": "1.7.1",
"version": "1.8.0",
"description": "Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.",
"main": "build/StatusBar.js",
"types": "build/StatusBar.d.ts",
"main": "build/StatusBar",
"types": "build/StatusBar",
"scripts": {

@@ -39,5 +39,12 @@ "build": "expo-module build",

"jest": {
"preset": "expo-module-scripts"
"projects": [
{
"preset": "jest-expo/ios"
},
{
"preset": "jest-expo/android"
}
]
},
"gitHead": "2240630a92eb79a4e4bf73e1439916c394876478"
"gitHead": "ee2c866ba3c7fbc35ff2a3e896041cf15d3bd7c5"
}
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