Socket
Socket
Sign inDemoInstall

@dotdev/reactive-google-map

Package Overview
Dependencies
Maintainers
13
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/reactive-google-map - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

4

dist/component/google-map.d.ts

@@ -40,3 +40,3 @@ /**

export declare namespace GoogleMap {
interface Marker<DataType = any> {
interface Marker<AttributesType = any> {
id: string;

@@ -47,3 +47,3 @@ title?: string;

selected?: boolean;
data?: DataType;
attributes?: AttributesType;
}

@@ -50,0 +50,0 @@ interface Props {

{
"name": "@dotdev/reactive-google-map",
"version": "0.1.3",
"version": "1.0.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.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