Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-azure-maps

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-azure-maps - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

dist/types/components/helpers/mapHelper.d.ts
import atlas from 'azure-maps-control';
import { DataSourceType, MapType } from '../../types';
export declare const generateLinesFromArrayOfPosition: (coordinates: atlas.data.Position[]) => atlas.data.LineString;
export declare const generatePixelHeading: (origin: atlas.Pixel, destination: atlas.Pixel) => number;
export declare const getLayersDependingOnDatasource: (mref: MapType, dst: DataSourceType) => atlas.layer.Layer<atlas.layer.LayerEvents>[];

2

dist/types/contexts/AzureMapVectorTileSourceProvider.d.ts

@@ -8,3 +8,3 @@ import { IAzureVectorTileSourceStatefulProviderProps } from '../types';

*/
declare const AzureMapVectorTileSourceStatefulProvider: ({ id, children, options, events, }: IAzureVectorTileSourceStatefulProviderProps) => JSX.Element;
declare const AzureMapVectorTileSourceStatefulProvider: ({ id, children, options, events }: IAzureVectorTileSourceStatefulProviderProps) => JSX.Element;
export { AzureMapVectorTileSourceStatefulProvider as AzureMapVectorTileSourceProvider };

@@ -1,2 +0,2 @@

import { ComponentClass, CSSProperties, ReactElement, FunctionComponent } from 'react';
import { ComponentClass, CSSProperties, ReactElement, ReactNode, FunctionComponent } from 'react';
import atlas, { AnimationOptions, CameraBoundsOptions, CameraOptions, DataSourceOptions, HeatMapLayerOptions, HtmlMarker, HtmlMarkerEvents, HtmlMarkerOptions, ImageLayerOptions, LineLayerOptions, Map, MapDataEvent, MapErrorEvent, MapEvent, MapMouseEvent, MapMouseWheelEvent, MapTouchEvent, Options, PolygonExtrusionLayerOptions, PolygonLayerOptions, PopupEvents, PopupOptions, ServiceOptions, Shape, StyleOptions, SymbolLayerOptions, TargetedEvent, TileLayerOptions, TrafficOptions, UserInteractionOptions, Control, BubbleLayerOptions, LayerOptions, VectorTileSourceOptions } from 'azure-maps-control';

@@ -76,3 +76,3 @@ export declare type IAzureMapOptions = ServiceOptions & StyleOptions & UserInteractionOptions & (CameraOptions | CameraBoundsOptions);

};
export declare type IAzureDataSourceChildren = (IAzureMapFeature & ReactElement) | ReactElement<IAzureMapFeature> | ReactElement<IAzureLayerStatefulProviderProps>;
export declare type IAzureDataSourceChildren = (IAzureMapFeature & ReactNode) | ReactElement<IAzureMapFeature> | ReactElement<IAzureLayerStatefulProviderProps>;
export declare type IAzureVectorTileSourceChildren = ReactElement<IAzureLayerStatefulProviderProps>;

@@ -79,0 +79,0 @@ export declare type IAzureMapDataSourceEvent = {

{
"name": "react-azure-maps",
"version": "0.4.3",
"version": "0.4.4",
"description": "React Wrapper for Azure Maps",

@@ -5,0 +5,0 @@ "keywords": [

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

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