New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-blur

Package Overview
Dependencies
Maintainers
0
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-blur - npm Package Compare versions

Comparing version 13.0.3-canary-20240719-83ee47b to 13.0.3

8

CHANGELOG.md

@@ -11,6 +11,10 @@ # Changelog

- Add missing `react` and `react-native` peer dependencies for isolated modules. ([#30459](https://github.com/expo/expo/pull/30459) by [@byCedric](https://github.com/byCedric))
### 💡 Others
## 13.0.3 — 2025-01-27
### 🐛 Bug fixes
- [Android] Bump the Dimezis/BlurView dependency to the latest patch version. ([#34012](https://github.com/expo/expo/pull/34012) by [@jakobsen](https://github.com/jakobsen))
## 13.0.2 — 2024-05-01

@@ -17,0 +21,0 @@

{
"name": "expo-blur",
"version": "13.0.3-canary-20240719-83ee47b",
"version": "13.0.3",
"description": "A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.",

@@ -39,12 +39,10 @@ "main": "build/index.js",

"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react-native": "^12.5.1",
"expo-module-scripts": "3.6.0-canary-20240719-83ee47b"
"@testing-library/react": "^13.4.0",
"@testing-library/react-native": "^11.3.0",
"expo-module-scripts": "^3.0.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
"expo": "*"
},
"gitHead": "83ee47b5c89c7f1b1a5101189580eaf3555f5962"
"gitHead": "99540cdafd9b70419a89f2838061de52049bf006"
}

@@ -14,4 +14,4 @@ <p>

- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/blur-view.mdx)
- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/blur-view/)
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/blur-view/)

@@ -32,7 +32,2 @@ # Installation in managed Expo projects

### Configure for Android
> [!note]
> This package only supports iOS. On Android, a plain `View` with a translucent background will be rendered.
### Configure for iOS

@@ -42,4 +37,8 @@

### Configure for Android
This package only supports iOS. On Android, a plain `View` with a translucent background will be rendered.
# Contributing
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).

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