Socket
Socket
Sign inDemoInstall

react-native-blur

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-blur - npm Package Compare versions

Comparing version 0.7.11 to 0.8.0

2

package.json
{
"name": "react-native-blur",
"version": "0.7.11",
"version": "0.8.0",
"description": "React Native Blur component",

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

@@ -1,7 +0,9 @@

const React = require('react-native');
const React = require('react');
const {
requireNativeComponent,
Component
Component,
PropTypes
} = React;
const { requireNativeComponent } = require('react-native');
class BlurView extends Component {

@@ -22,3 +24,3 @@ render() {

BlurView.propTypes = {
blurType: React.PropTypes.string,
blurType: PropTypes.string,
};

@@ -25,0 +27,0 @@

@@ -1,7 +0,9 @@

const React = require('react-native');
const React = require('react');
const {
requireNativeComponent,
Component
Component,
PropTypes
} = React;
const { requireNativeComponent } = require('react-native');
class VibrancyView extends Component {

@@ -22,3 +24,3 @@ render() {

VibrancyView.propTypes = {
blurType: React.PropTypes.string,
blurType: PropTypes.string,
};

@@ -25,0 +27,0 @@

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