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

expo-blur

Package Overview
Dependencies
Maintainers
24
Versions
93
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 9.0.0 to 9.0.1

6

CHANGELOG.md

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

## 9.0.1 — 2021-03-10
### 🐛 Bug fixes
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne))
## 9.0.0 — 2021-01-15

@@ -13,0 +19,0 @@

11

package.json
{
"name": "expo-blur",
"version": "9.0.0",
"version": "9.0.1",
"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.",

@@ -36,11 +36,6 @@ "main": "build/index.js",

"homepage": "https://docs.expo.io/versions/latest/sdk/blur-view/",
"peerDependencies": {
"@unimodules/core": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"expo-module-scripts": "~1.2.0"
"expo-module-scripts": "^2.0.0"
},
"gitHead": "e362887ddc6ba4e3518efd623d64b3cbd301a6a9"
"gitHead": "20fd5d772b3909444cf5c981845625801fe51e78"
}
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