Socket
Socket
Sign inDemoInstall

leaflet-polylinedecorator

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

2

bower.json
{
"name": "leaflet-polylinedecorator",
"main": "leaflet.polylineDecorator.js",
"version": "1.5.0",
"version": "1.5.1",
"authors": [

@@ -6,0 +6,0 @@ "Benjamin Becquet"

@@ -351,3 +351,3 @@ (function (global, factory) {

this.options.patterns = patterns;
this._patterns = _initPatterns(this.options.patterns);
this._patterns = this._initPatterns(this.options.patterns);
this.redraw();

@@ -354,0 +354,0 @@ },

{
"name": "leaflet-polylinedecorator",
"version": "1.5.0",
"version": "1.5.1",
"repository": "bbecquet/Leaflet.PolylineDecorator",

@@ -5,0 +5,0 @@ "main": "./dist/leaflet.polylineDecorator.js",

@@ -65,3 +65,3 @@ import L from 'leaflet';

this.options.patterns = patterns;
this._patterns = _initPatterns(this.options.patterns);
this._patterns = this._initPatterns(this.options.patterns);
this.redraw();

@@ -68,0 +68,0 @@ },

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