Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
42
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.0 to 1.15.1

8

CHANGELOG.md

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

### 1.15.1 (2016-01-18)
#### Bug Fixes
* add missing attribute id ([91f5ceea](https://github.com/ubilabs/react-geosuggest/commit/91f5ceea64c940a3cf26f0b913dfbcf784dfa40f))
## 1.15.0 (2016-01-18)

@@ -2,0 +10,0 @@

2

module/input-attributes.js

@@ -9,3 +9,3 @@ /**

});
exports['default'] = ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'autosave', 'disabled', 'form', 'formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget', 'height', 'inputmode', 'maxlength', 'maxlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'selectionDirection', 'size', 'spellcheck', 'tabindex'];
exports['default'] = ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'autosave', 'disabled', 'form', 'formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget', 'height', 'id', 'inputmode', 'maxlength', 'maxlength', 'name', 'pattern', 'placeholder', 'readonly', 'required', 'selectionDirection', 'size', 'spellcheck', 'tabindex'];
module.exports = exports['default'];
{
"name": "react-geosuggest",
"version": "1.15.0",
"version": "1.15.1",
"description": "A React autosuggest for the Google Maps Places API.",

@@ -5,0 +5,0 @@ "main": "module/Geosuggest.js",

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