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

@asymmetrik/angular2-leaflet-filter

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/angular2-leaflet-filter - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

2

dist/bundles/angular2-leaflet-filter.js

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

/*! @asymmetrik/angular2-leaflet-filter-0.0.3 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-leaflet-filter-1.0.0 - 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-filter-0.0.3 - Copyright Asymmetrik, Ltd. 2007-2017 - All Rights Reserved.*/
/*! @asymmetrik/angular2-leaflet-filter-1.0.0 - 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-filter/leaflet-filter.module");exports.LeafletFilterModule=e.LeafletFilterModule});

@@ -69,3 +69,3 @@ "use strict";

core_1.Directive({
selector: '[leaflet-filter]'
selector: '[leafletFilter]'
}),

@@ -72,0 +72,0 @@ __metadata('design:paramtypes', [angular2_leaflet_1.LeafletDirective])

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

"description": "Angular 2 component for the Leaflet Filter plugin",
"version": "0.0.3",
"version": "1.0.0",
"author": "Asymmetrik, Ltd.",

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

@@ -37,3 +37,3 @@ # @asymmetrik/angular2-leaflet-filter

<div leaflet style="height: 400px;"
leaflet-filter
leafletFilter
[leafletOptions]="options"

@@ -47,3 +47,3 @@ [leafletFilterOptions]="filterOptions"

### leaflet-filter
### leafletFilter
Attribute directive that activates the Leaflet filter plugin.

@@ -58,3 +58,3 @@

```js
var options = {
var filterOptions = {
position: 'topright',

@@ -98,3 +98,3 @@ filter: {

// All filter types enabled
var options = {
var filterOptions = {
position: 'topright'

@@ -108,3 +108,3 @@ };

// Only circle and rectangle are enabled
var options = {
var filterOptions = {
position: 'topright',

@@ -111,0 +111,0 @@ filter: {

@@ -6,3 +6,3 @@ import { Component } from '@angular/core';

@Component({
selector: 'leaflet-filter-core-demo',
selector: 'leafletFilterCoreDemo',
templateUrl: './core-demo.component.html'

@@ -9,0 +9,0 @@ })

import { Component } from '@angular/core';
@Component({
selector: 'leaflet-filter-demo',
selector: 'leafletFilterDemo',
templateUrl: './leaflet-filter-demo.component.html'

@@ -6,0 +6,0 @@ })

@@ -6,3 +6,3 @@ import { Component } from '@angular/core';

@Component({
selector: 'leaflet-filter-programmatic-demo',
selector: 'leafletFilterProgrammaticDemo',
templateUrl: './programmatic-demo.component.html'

@@ -22,4 +22,2 @@ })

featureGroup = L.featureGroup();
filterOptions = {

@@ -26,0 +24,0 @@ position: 'topright',

@@ -10,3 +10,3 @@ import { Directive, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChange } from '@angular/core';

@Directive({
selector: '[leaflet-filter]'
selector: '[leafletFilter]'
})

@@ -13,0 +13,0 @@ export class LeafletFilterDirective

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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