Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
24
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.7.0

src/components/addons/GoogleMarkerClusterer.stories.tsx

2

CHANGELOG.md
# Changelog
## 2.6.0 "@googlemaps/markerclusterer": "1.0.8" GoogleMapsMarkerClusterer component, merged [https://github.com/JustFly1984/react-google-maps-api/pull/2895]( https://github.com/JustFly1984/react-google-maps-api/pull/2895) PR
## 2.5.0 useJsApiLoader before this patch sets loaded state after loader has loaded, even if the component has already unmounted. This should fixes it

@@ -4,0 +6,0 @@

37

package.json
{
"name": "@react-google-maps/api",
"sideEffects": false,
"version": "2.5.0",
"version": "2.7.0",
"description": "React.js Google Maps API integration",

@@ -95,6 +95,7 @@ "license": "MIT",

"dependencies": {
"@googlemaps/js-api-loader": "1.12.5",
"@react-google-maps/infobox": "2.5.0",
"@react-google-maps/marker-clusterer": "2.5.0",
"@types/google.maps": "3.45.6",
"@googlemaps/js-api-loader": "1.12.8",
"@googlemaps/markerclusterer": "1.0.12",
"@react-google-maps/infobox": "2.6.0",
"@react-google-maps/marker-clusterer": "2.6.0",
"@types/google.maps": "3.46.1",
"invariant": "2.2.4"

@@ -107,12 +108,12 @@ },

"devDependencies": {
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-typescript": "8.2.5",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-typescript": "8.3.0",
"@testing-library/react": "12.1.2",
"@types/invariant": "2.2.35",
"@types/jest": "27.0.2",
"@types/react": "17.0.29",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"acorn": "8.5.0",

@@ -136,3 +137,3 @@ "acorn-jsx": "5.3.2",

"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-react": "7.26.1",

@@ -145,4 +146,4 @@ "eslint-plugin-react-functional-set-state": "1.2.1",

"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
"jest": "27.2.5",
"jest-cli": "27.2.5",
"jest": "27.3.1",
"jest-cli": "27.3.1",
"react": "17.0.2",

@@ -154,6 +155,6 @@ "react-docgen": "5.4.0",

"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-dts": "4.0.0",
"rollup": "2.59.0",
"rollup-plugin-dts": "4.0.1",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "27.0.5",
"ts-jest": "27.0.7",
"typescript": "4.4.4"

@@ -160,0 +161,0 @@ },

@@ -28,2 +28,4 @@ export { default as GoogleMap, GoogleMapProps } from './GoogleMap'

export { default as GoogleMarkerClusterer, GoogleMarkerClustererProps } from './components/addons/GoogleMarkerClusterer'
export { default as InfoWindow, InfoWindowProps } from './components/drawing/InfoWindow'

@@ -82,1 +84,3 @@

export { default as MapContext, useGoogleMap } from './map-context'
export * as GoogleMapsMarkerClusterer from '@googlemaps/markerclusterer'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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