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

@vis.gl/react-google-maps

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vis.gl/react-google-maps - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

12

dist/components/map/index.d.ts

@@ -16,11 +16,11 @@ import React, { CSSProperties, FunctionComponent, PropsWithChildren } from 'react';

export declare const ColorScheme: {
DARK: string;
LIGHT: string;
FOLLOW_SYSTEM: string;
readonly DARK: "DARK";
readonly LIGHT: "LIGHT";
readonly FOLLOW_SYSTEM: "FOLLOW_SYSTEM";
};
export type ColorScheme = (typeof ColorScheme)[keyof typeof ColorScheme];
export declare const RenderingType: {
VECTOR: string;
RASTER: string;
UNINITIALIZED: string;
readonly VECTOR: "VECTOR";
readonly RASTER: "RASTER";
readonly UNINITIALIZED: "UNINITIALIZED";
};

@@ -27,0 +27,0 @@ export type RenderingType = (typeof RenderingType)[keyof typeof RenderingType];

@@ -42,3 +42,3 @@ import { APILoadingStatus } from './api-loading-status';

/**
* Serialize the paramters used to load the library for easier comparison.
* Serialize the parameters used to load the library for easier comparison.
*/

@@ -45,0 +45,0 @@ private static serializeParams;

{
"name": "@vis.gl/react-google-maps",
"version": "1.5.0",
"version": "1.5.1",
"description": "React components and hooks for the Google Maps JavaScript API",

@@ -78,3 +78,3 @@ "source": "src/index.ts",

"eslint": "^8.25.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.23.4",

@@ -81,0 +81,0 @@ "eslint-plugin-react": "^7.24.0",

@@ -93,3 +93,3 @@ import {APILoadingStatus} from './api-loading-status';

/**
* Serialize the paramters used to load the library for easier comparison.
* Serialize the parameters used to load the library for easier comparison.
*/

@@ -96,0 +96,0 @@ private static serializeParams(params: ApiParams): string {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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