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 1.0.0 to 1.0.1

2

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

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

@@ -1,10 +0,4 @@

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

@@ -11,0 +5,0 @@ render() {

@@ -1,9 +0,4 @@

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

@@ -10,0 +5,0 @@ render() {

@@ -1,2 +0,2 @@

const React = require('react');
import React from 'react';

@@ -3,0 +3,0 @@ class VibrancyView extends React.Component {

@@ -1,9 +0,4 @@

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

@@ -10,0 +5,0 @@ render() {

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