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

@types/leaflet-polylinedecorator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/leaflet-polylinedecorator - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

14

leaflet-polylinedecorator/index.d.ts

@@ -9,5 +9,5 @@ // Type definitions for leaflet-polylinedecorator 1.6

import * as L from 'leaflet';
import * as L from "leaflet";
declare module 'leaflet' {
declare module "leaflet" {
namespace Symbol {

@@ -71,4 +71,10 @@ interface DashOptions {

class PolylineDecorator extends FeatureGroup {
constructor(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], options?: PolylineDecoratorOptions);
initialize(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][], options?: PolylineDecoratorOptions): void;
constructor(
paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][],
options?: PolylineDecoratorOptions,
);
initialize(
paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][],
options?: PolylineDecoratorOptions,
): void;
setPatterns(patterns: Pattern[]): void;

@@ -75,0 +81,0 @@ setPaths(paths: Polyline | Polygon | LatLngExpression[] | Polyline[] | Polygon[] | LatLngExpression[][]): void;

{
"name": "@types/leaflet-polylinedecorator",
"version": "1.6.1",
"version": "1.6.2",
"description": "TypeScript definitions for leaflet-polylinedecorator",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/leaflet-polylinedecorator",

},
"typesPublisherContentHash": "d520b823e338d4ebb46699da84c2234ac81632e3d2e93d1ec9eef38f62386aa8",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "81417699812c93d71a64a2a07e0493754d49d9765b65d96eb777664703d81ac0",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 08 Jul 2021 16:23:36 GMT
* Last updated: Wed, 30 Aug 2023 19:34:55 GMT
* Dependencies: [@types/leaflet](https://npmjs.com/package/@types/leaflet)

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

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