
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@vbudovski/google-maps
Advanced tools
A TypeScript-typed and runtime-validated Google Maps Platform API.
A TypeScript-typed and runtime-validated Google Maps Platform API. The requests and responses are validated using Zod and based on the OpenAPI specification.
⚠ Warning: This library is for server-side applications only. Do not use it for client-side applications to prevent your API key from leaking — use one of the client-side libraries instead.
The current list of supported APIs:
pnpm add @vbudovski/google-maps
Install the dependencies:
nvm use
pnpm install
Copy the sample environment variables file env.sample
to .env
and set the required variables. GOOGLE_MAPS_API_KEY
must be set in order to run the tests.
pnpm build
pnpm test
When a new version of the OpenAPI schema is released, it is necessary to re-generate the schemas and expose the exports for use.
Generate the new Zod schemas and fetch functions:
pnpm generate
Export the new functions from a module in src/api
. Be sure to follow existing patterns.
Add a test module in src/test
. The name should match that of the API export module.
FAQs
A TypeScript-typed and runtime-validated Google Maps Platform API.
We found that @vbudovski/google-maps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.