Socket
Socket
Sign inDemoInstall

ejoy-react-native-blur

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.6 to 3.2.7

2

package.json
{
"name": "ejoy-react-native-blur",
"version": "3.2.6",
"version": "3.2.7",
"description": "React Native Blur component",

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

import React from 'react';
import ReactNative from 'react-native';
import { View } from 'react-native';
class VibrancyView extends ReactNative.View {
class VibrancyView extends React.Component {
constructor(props){
super(props)
console.warn("VibrancyView is not implemented on Android");
}
render(){
return <View {...this.props} />
}
}
module.exports = VibrancyView
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc