Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-google-maps/api - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

4

CHANGELOG.md
# Changelog
## 1.5.4 fix tsdx build issues
## 1.5.3 fix umd build
## 1.5.2 refactor script loading algorithm

@@ -4,0 +8,0 @@

15

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

@@ -30,4 +30,4 @@ "license": "MIT",

"types": "dist/index.d.ts",
"unpkg": "dist/reactgooglemapsapi.umd.production.js",
"module": "dist/reactgooglemapsapi.es.production.js",
"unpkg": "dist/reactgooglemapsapi.umd.production.min.js",
"module": "dist/reactgooglemapsapi.esm.js",
"files": [

@@ -73,2 +73,3 @@ "src/",

"scripts": {
"prebuild": "rimraf dist",
"build": "npx tsdx build --name reactGoogleMapsApi --format=cjs,esm,umd",

@@ -87,3 +88,3 @@ "clean": "rimraf ./package-lock.json ./yarn.lock ./node_modules/ && yarn",

"dependencies": {
"@react-google-maps/marker-clusterer": "1.5.3",
"@react-google-maps/marker-clusterer": "1.5.4",
"invariant": "2.2.4"

@@ -99,5 +100,5 @@ },

"@types/babel-types": "7.0.7",
"@types/googlemaps": "3.37.0",
"@types/googlemaps": "3.37.1",
"@types/invariant": "2.2.30",
"@types/jest": "24.0.16",
"@types/jest": "24.0.17",
"@types/react-dom": "16.8.5",

@@ -140,5 +141,5 @@ "@typescript-eslint/eslint-plugin": "1.13.0",

"typescript": "3.5.3",
"webpack": "4.38.0"
"webpack": "4.39.1"
},
"gitHead": "80167ddcc3d8e356dbf0b0c3a6292c6a3a989f83"
}
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