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

@asymmetrik/angular2-leaflet

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/angular2-leaflet - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

dist/bundles/angular2-leaflet.js

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

/*! @asymmetrik/angular2-leaflet-1.0.14 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-leaflet-1.0.15 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
(function (global, factory) {

@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory() :

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

/*! @asymmetrik/angular2-leaflet-1.0.14 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-leaflet-1.0.15 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(this,function(){"use strict";var e=require("./leaflet/leaflet.module");exports.LeafletModule=e.LeafletModule;var t=require("./leaflet/core/leaflet.directive");exports.LeafletDirective=t.LeafletDirective;var l=require("./leaflet/core/leaflet.directive.wrapper");exports.LeafletDirectiveWrapper=l.LeafletDirectiveWrapper;var r=require("./leaflet/layers/control/leaflet-control-layers.util");exports.LeafletControlLayersUtil=r.LeafletControlLayersUtil;var a=require("./leaflet/layers/leaflet-layers.util");exports.LeafletLayersUtil=a.LeafletLayersUtil;var i=require("./leaflet/layers/leaflet-tile-layer-definition.model");exports.LeafletTileLayerDefinition=i.LeafletTileLayerDefinition});

@@ -5,3 +5,3 @@ {

"description": "Angular 2 components for Leaflet",
"version": "1.0.14",
"version": "1.0.15",
"author": "Asymmetrik, Ltd.",

@@ -8,0 +8,0 @@ "copyright": "Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.",

@@ -108,8 +108,3 @@ # @asymmetrik/angular2-leaflet

### Simple Layer Management: Setting Baselayers
```leafletBaseLayers```
If you use this directive, you can still manually use the ```leafletLayers``` directive, but you will not be able to use the ```leafletLayersControl``` directive.
This directive will interfere with the ```leafletLayersControl``` directive.
However, because it uses ```L.control.Layers``` under the hood, you can still provide options for the layers control.
```html

@@ -139,3 +134,7 @@ <div leaflet style="height: 300px;"

If you use this directive, you can still manually use the ```leafletLayers``` directive, but you will not be able to use the ```leafletLayersControl``` directive.
This directive will interfere with the ```leafletLayersControl``` directive.
However, because it uses ```L.control.Layers``` under the hood, you can still provide options for the layers control.
### leafletLayersControlOptions

@@ -142,0 +141,0 @@ Input binding for Control.Layers options (see [Leaflet's](http://leafletjs.com) docs). These options are passed into the layers control constructor on creation.

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