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

react-google-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-autocomplete - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

lib/index.js

@@ -76,3 +76,5 @@ 'use strict';

observerHack.disconnect();
_this2.refs.input.autocomplete = 'disable-autofill';
if (_this2.refs && _this2.refs.input) {
_this2.refs.input.autocomplete = 'disable-autofill';
}
});

@@ -79,0 +81,0 @@ observerHack.observe(this.refs.input, {

{
"name": "react-google-autocomplete",
"version": "1.0.17",
"version": "1.0.18",
"description": "React component for google autocomplete.",

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

@@ -41,3 +41,5 @@ import React from 'react';

observerHack.disconnect();
this.refs.input.autocomplete = 'disable-autofill';
if (this.refs && this.refs.input) {
this.refs.input.autocomplete = 'disable-autofill';
}
});

@@ -44,0 +46,0 @@ observerHack.observe(this.refs.input, {

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