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

expo-blur

Package Overview
Dependencies
Maintainers
2
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 3.0.0 to 4.0.0

android/expo-blur.iml

2

build/BlurView.ios.js
import PropTypes from 'prop-types';
import * as React from 'react';
import { ViewPropTypes, findNodeHandle } from 'react-native';
import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core';
export default class BlurView extends React.Component {

@@ -6,0 +6,0 @@ constructor() {

{
"name": "expo-blur",
"version": "3.0.0",
"version": "4.0.0",
"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.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -37,5 +38,5 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-core": "*"
"@unimodules/core": "*"
},
"gitHead": "a14949a882119c0f74ca2bdc4d92183ae1c7a70b"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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