New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/ngmap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ngmap - npm Package Compare versions

Comparing version
1.17.6
to
1.17.7
+16
-16
ngmap/index.d.ts

@@ -17,4 +17,4 @@ // Type definitions for angularjs-google-maps v1.17.3

interface IGetMapOptions {
id?: string;
timeout?: number;
id?: string | undefined;
timeout?: number | undefined;
}

@@ -28,5 +28,5 @@

*/
anchorPoint?: google.maps.Point;
anchorPoint?: google.maps.Point | undefined;
/** Which animation to play when marker is added to a map. */
animation?: google.maps.Animation;
animation?: google.maps.Animation | undefined;
/**

@@ -36,5 +36,5 @@ * If true, the marker receives mouse and touch events.

*/
clickable?: boolean;
clickable?: boolean | undefined;
/** Mouse cursor to show on hover. */
cursor?: string;
cursor?: string | undefined;
/**

@@ -44,3 +44,3 @@ * If true, the marker can be dragged.

*/
draggable?: boolean;
draggable?: boolean | undefined;
/**

@@ -51,3 +51,3 @@ * Icon for the foreground.

*/
icon?: string|google.maps.Icon|google.maps.Symbol;
icon?: string|google.maps.Icon|google.maps.Symbol | undefined;
/**

@@ -58,3 +58,3 @@ * Adds a label to the marker. The label can either be a string, or a MarkerLabel object.

*/
label?: string;
label?: string | undefined;
/**

@@ -65,5 +65,5 @@ * Map on which to display Marker.

*/
map?: google.maps.Map|google.maps.StreetViewPanorama;
map?: google.maps.Map|google.maps.StreetViewPanorama | undefined;
/** The marker's opacity between 0.0 and 1.0. */
opacity?: number;
opacity?: number | undefined;
/**

@@ -76,9 +76,9 @@ * Optimization renders many markers as a single static element.

*/
optimized?: boolean;
optimized?: boolean | undefined;
/** Image map region definition used for drag/click. */
shape?: google.maps.MarkerShape;
shape?: google.maps.MarkerShape | undefined;
/** Rollover text. */
title?: string;
title?: string | undefined;
/** If true, the marker is visible. */
visible?: boolean;
visible?: boolean | undefined;
/**

@@ -90,3 +90,3 @@ * All markers are displayed on the map in order of their zIndex,

*/
zIndex?: number;
zIndex?: number | undefined;
}

@@ -93,0 +93,0 @@ }

{
"name": "@types/ngmap",
"version": "1.17.6",
"version": "1.17.7",
"description": "TypeScript definitions for angularjs-google-maps",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngmap",
"license": "MIT",

@@ -25,4 +26,4 @@ "contributors": [

},
"typesPublisherContentHash": "d4dd3f89dc94322738084ed036e55c5ad87f25c408fbd26b41d86d8fef55d0ad",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "389e81a6a0832e71d75c18a11ec75333061481a69194aa46aeec00ff7c0a8e46",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 18 May 2021 10:01:25 GMT
* Last updated: Thu, 08 Jul 2021 18:51:16 GMT
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular), [@types/google.maps](https://npmjs.com/package/@types/google.maps)

@@ -14,0 +14,0 @@ * Global values: none