Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
11
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

dist/__tests__/components/circle.test.d.ts

2

CHANGELOG.md
# Changelog
## 1.2.4 Fixed builds with TSDX
## 1.2.3 Added MarkerClusterer refactored to typescript.

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

33

package.json
{
"name": "@react-google-maps/api",
"version": "1.2.3",
"version": "1.2.4",
"description": "React.js Google Maps API integration",

@@ -14,3 +14,4 @@ "license": "MIT",

"Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)",
"Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)"
"Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)",
"Daniel K. <klenicak@gmail.com> (https://github.com/fredyc)"
],

@@ -28,11 +29,9 @@ "repository": {

},
"main": "lib/index.js",
"browser": "umd/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"unpkg": "dist/reactgooglemapsapi.umd.production.js",
"module": "dist/reactgooglemapsapi.es.production.js",
"files": [
"dist/",
"lib/",
"src/",
"CHANGELOG.md"
"dist/"
],

@@ -75,18 +74,16 @@ "keywords": [

"scripts": {
"build": "yarn build:commonjs && yarn build:esm && yarn build:umd",
"build:commonjs": "rimraf ./lib && tsc -p ./tsconfig.json",
"build:esm": "rimraf ./esm && tsc -p ./tsconfig-esm.json",
"build:umd": "rimraf ./umd && tsc -p ./tsconfig-umd.json",
"build": "npx tsdx build --name reactGoogleMapsApi",
"clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",
"update": "yarn-check -u",
"lint": "npx eslint ./src/**/*.{ts,tsx}",
"pub": "yarn build && yarn publish",
"pub:next": "yarn build && npm publish . --tag next",
"pub": "yarn publish .",
"pub:next": "yarn publish . --tag next",
"docs:dev": "npx styleguidist server --config ./styleguide.config.js --verbose",
"docs:build": "npx styleguidist build --config ./styleguide.config.js --verbose",
"tc": "tsc -p ./tsconfig.json --noEmit --traceResolution",
"test": "jest"
"test": "jest",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@react-google-maps/marker-clusterer": "1.2.3",
"@react-google-maps/marker-clusterer": "1.2.4",
"@types/googlemaps": "3.36.0",

@@ -145,3 +142,3 @@ "invariant": "2.2.4"

},
"gitHead": "4c487da5fec5e5d9e86f8d445248353b1f532a59"
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}

@@ -5,3 +5,3 @@ # @react-google-maps/api

@react-google-maps/api@1.2.3
@react-google-maps/api@1.2.4

@@ -8,0 +8,0 @@ > This library requires React v16.6 or later. If you need support for earlier versions of React, you should check out [react-google-maps](https://github.com/tomchentw/react-google-maps)

import { useContext, createContext } from "react"
import * as invariant from "invariant"
import invariant from "invariant"

@@ -4,0 +4,0 @@ const MapContext = createContext<google.maps.Map | null>(null)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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