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

@react-native-community/blur

Package Overview
Dependencies
Maintainers
21
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/blur - npm Package Compare versions

Comparing version

to
3.3.1

index.js.flow

7

index.d.ts

@@ -9,6 +9,7 @@ import * as React from "react";

| "dark"
// tvOS and iOS 10+ only
| "regular"
| "prominent"
// tvOS only
| "extraDark"
| "regular"
| "prominent";
| "extraDark";
blurAmount?: number; // 0 - 100

@@ -15,0 +16,0 @@ style?: StyleProp<ViewStyle>;

{
"name": "@react-native-community/blur",
"version": "3.3.0",
"version": "3.3.1",
"description": "React Native Blur component",

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

@@ -73,3 +73,3 @@ # `@react-native-community/blur`

```javascript
import { BlurView, VibrancyView } from "react-native-blur";
import { BlurView, VibrancyView } from "@react-native-community/blur";
```

@@ -100,3 +100,3 @@

import { View, Image, Text, findNodeHandle, StyleSheet } from "react-native";
import { BlurView } from "react-native-blur";
import { BlurView } from "@react-native-community/blur";

@@ -164,3 +164,3 @@ export default class Menu extends Component {

```javascript
import { VibrancyView } from "react-native-blur";
import { VibrancyView } from "@react-native-community/blur";

@@ -167,0 +167,0 @@ export default class Menu extends Component {