Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
34
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.7.0 (2015-08-19)
#### Features
* **suggests:** add individual fixture classNames ([01b0e8a](https://github.com/ubilabs/react-geosuggest/commit/01b0e8a7a3e555729aeb56292a22bd8a412e4cf9)
## 1.6.0 (2015-08-12)

@@ -2,0 +9,0 @@

3

module/GeosuggestItem.js

@@ -55,2 +55,5 @@ 'use strict';

var className = this.props.suggest.className;
classes += className ? ' ' + className : '';
return classes;

@@ -57,0 +60,0 @@ }

2

package.json
{
"name": "react-geosuggest",
"version": "1.6.0",
"version": "1.7.0",
"description": "A React autosuggest for the Google Maps Places API.",

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

@@ -104,2 +104,4 @@ # React Geosuggest

You can also add a `className` key to a fixture. This class will be applied to the fixture item.
#### googleMaps

@@ -106,0 +108,0 @@ Type: `Object`

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