Socket
Socket
Sign inDemoInstall

@googlemaps/google-maps-services-js

Package Overview
Dependencies
20
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.40 to 3.3.41

11

package.json
{
"name": "@googlemaps/google-maps-services-js",
"version": "3.3.40",
"version": "3.3.41",
"description": "Node.js client library for Google Maps API Web Services",

@@ -40,6 +40,9 @@ "keywords": [

"scripts": {
"build": "tsc",
"docs": "rm -rf docs/ && typedoc src/index.ts",
"prepack": "tsc",
"test": "jest src",
"test:e2e": "jest e2e",
"prepack": "npm run build",
"pretest": "npm run build",
"test": "jest ./src/* && npm run test:loading",
"test:loading": "./test-module-loading.sh",
"test:e2e": "jest ./e2e/*",
"test:all": "jest"

@@ -46,0 +49,0 @@ },

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