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

react-google-picker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-picker - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

dist/react-google-picker.js

@@ -92,3 +92,3 @@ 'use strict';

if (!this.isGoogleReady() || !this.isGoogleAuthReady() || !this.isGooglePickerReady()) {
if (!this.isGoogleReady() || !this.isGoogleAuthReady() || !this.isGooglePickerReady() || this.props.disabled) {
return null;

@@ -162,3 +162,4 @@ }

multiselect: _react2.default.PropTypes.bool,
navHidden: _react2.default.PropTypes.bool
navHidden: _react2.default.PropTypes.bool,
disabled: _react2.default.PropTypes.bool
};

@@ -171,4 +172,5 @@ GoogleChooser.defaultProps = {

multiselect: false,
navHidden: false
navHidden: false,
disabled: false
};
exports.default = GoogleChooser;
{
"name": "react-google-picker",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple react wrapper for google picker API",

@@ -5,0 +5,0 @@ "main": "dist/react-google-picker.js",

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