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

google-location-autocomplete-react

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-location-autocomplete-react - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

3

dist/GoogleLocationAutocomplete.js

@@ -46,2 +46,3 @@ var __assign = (this && this.__assign) || function () {

script.async = true;
script.className = "google-location-autocomplete";
script.defer = true;

@@ -55,3 +56,3 @@ document.head.appendChild(script);

delete window.initAutocomplete;
var script = document.querySelector("script[src=\"".concat(url, "\"]"));
var script = document.querySelector("script.google-location-autocomplete");
if (script) {

@@ -58,0 +59,0 @@ script.remove();

{
"name": "google-location-autocomplete-react",
"version": "1.0.19",
"version": "1.0.20",
"main": "dist/GoogleLocationAutocomplete.js",

@@ -5,0 +5,0 @@ "types": "dist/GoogleLocationAutocomplete.d.ts",

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