New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gmaps-loader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmaps-loader - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

2

index.js

@@ -21,3 +21,3 @@ /**

var el = document.createElement('script');
el.setAttribute('src', `https://maps.googleapis.com/maps/api/js?key=${options.apiKey}&callback=${callback}`);
el.setAttribute('src', 'https://maps.googleapis.com/maps/api/js?key=' + options.apiKey + '&callback=' + callback);
document.querySelectorAll('body')[0].appendChild(el);

@@ -24,0 +24,0 @@ };

{
"name": "gmaps-loader",
"version": "0.1.6",
"version": "0.2.0",
"description": "Promise based Google Maps API loader",

@@ -5,0 +5,0 @@ "main": "index.js",

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