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

react-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-maps - npm Package Versions

1
89

1.1.1

Diff

Changelog

Source

1.1.1 (2015-05-01)

Bug Fixes
  • VirtualContainer: preserve ref for React.cloneElement (3d3be964)
tomchentw
published 1.1.0 •

Changelog

Source

1.1.0 (2015-04-30)

Features
  • GoogleMaps:
    • get rid of mapProps (7e338c2a)
    • render child components inside VirtualContainer (f07eb4b4)
Breaking Changes
  • mapProps is no longer needed

    since map children components are now rendered inside a virtual container, we don't need funky wrapper div anymore.

    Before:

    <div {...props.containerProps} ref="googleMaps" /> <div {...props.mapProps} ref="googleMaps" /> </div>

    After:

    <div {...props.containerProps} ref="googleMaps" />

(7e338c2a)

tomchentw
published 1.0.1 •

Changelog

Source

1.0.1 (2015-04-30)

Bug Fixes
  • Marker: dont wrap children inside noscript tag (5d9bbf0a)
  • package.json: test (7b54b54e)
tomchentw
published 1.0.0 •

Changelog

Source

1.0.0 (2015-04-28)

Bug Fixes
  • package.json: add peerDependencies (15166996)
Features
tomchentw
published 0.2.5 •

Changelog

Source

0.2.5 (2015-03-11)

Features
  • Map:
tomchentw
published 0.2.4 •

Changelog

Source

0.2.4 (2014-12-16)

Features
  • Map: expose fitBounds as public API (c64da722)
tomchentw
published 0.2.3 •

Changelog

Source

0.2.3 (2014-11-27)

tomchentw
published 0.2.2 •

Changelog

Source

0.2.2 (2014-11-20)

Bug Fixes
  • Map: only pass id, className and style from props (284ab299)
tomchentw
published 0.2.1 •

Changelog

Source

0.2.1 (2014-11-20)

1
89
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