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.2.3-alpha.8 to 1.2.3-alpha.9

2

lib/LoadScript.js

@@ -119,3 +119,3 @@ "use strict";

.filter(function filter(style) {
return style.innerText.includes(".gm-");
return style.innerText && style.innerText.includes(".gm-");
})

@@ -122,0 +122,0 @@ .forEach(function forEach(style) {

{
"name": "@react-google-maps/api",
"version": "1.2.3-alpha.8",
"version": "1.2.3-alpha.9",
"description": "React.js Google Maps API integration",

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

"Uri Klar <uriklar@gmail.com> (https://github.com/uriklar)",
"Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)"
"Ignat Awwit <ignatius.awwit@gmail.com> (https://github.com/awwit)",
"Ivan Konev <ivankonev@gmail.com> (https://github.com/ivankonev)"
],

@@ -16,0 +17,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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