Socket
Socket
Sign inDemoInstall

@types/leaflet.awesome-markers

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.19 to 2.0.20

12

leaflet.awesome-markers/index.d.ts

@@ -6,5 +6,5 @@ // Type definitions for Leaflet.awesome-markers plugin v2.0

/// <reference types="leaflet" />
import * as Leaflet from "leaflet";
declare module L {
declare global { namespace L {
module AwesomeMarkers {

@@ -15,3 +15,3 @@ var version: string;

interface IconStatic extends L.IconStatic {
interface IconStatic extends Leaflet.IconStatic {
/**

@@ -32,7 +32,7 @@ * Creates an icon instance with the given options.

interface Icon extends L.Icon {
interface Icon extends Leaflet.Icon {
options: AwesomeMarkers.IconOptions;
}
interface IconOptions extends L.IconOptions {
interface IconOptions extends Leaflet.IconOptions {
/**

@@ -71,2 +71,2 @@ * Name of the icon. See glyphicons or font-awesome.

}
}
} }
{
"name": "@types/leaflet.awesome-markers",
"version": "2.0.19",
"description": "TypeScript definitions for Leaflet.awesome-markers plugin v2.0",
"version": "2.0.20",
"description": "TypeScript definitions for Leaflet.awesome-markers plugin",
"license": "MIT",
"author": "Egor Komarov <https://github.com/Odrin>",
"contributors": [
{
"name": "Egor Komarov",
"url": "https://github.com/Odrin"
}
],
"main": "",

@@ -14,6 +19,7 @@ "repository": {

"dependencies": {
"@types/leaflet": "*"
"@types/leaflet": "^0"
},
"typings": "index.d.ts",
"typesPublisherContentHash": "95185da9945fed149272dc151546351ce310dd44a777baab1cb010e0b8b4159c"
"peerDependencies": {},
"typesPublisherContentHash": "80feeb29c64ab28c84a614107476f89cfa6b0470d22edaa9aba60aa1899a96a7",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for Leaflet.awesome-markers plugin v2.0 (https://github.com/lvoogdt/Leaflet.awesome-markers).
This package contains type definitions for Leaflet.awesome-markers plugin (https://github.com/lvoogdt/Leaflet.awesome-markers).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/leaflet.awesome-markers
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/leaflet.awesome-markers
Additional Details
* Last updated: Wed, 21 Sep 2016 20:25:55 GMT
* File structure: Global
* Library Dependencies: leaflet
* Module Dependencies: none
* Global values: L
* Last updated: Wed, 29 Mar 2017 18:32:03 GMT
* Dependencies: leaflet
* Global values: none
# Credits
These definitions were written by Egor Komarov <https://github.com/Odrin>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc