Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-ll-leaflet

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ll-leaflet - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

dist/angular-ll-leaflet.js
/**
* Lightweight directives to use Leaflet with AngularJS
* @version v0.2.1
* @version v0.2.2
* @link https://github.com/simon04/angular-ll-leaflet

@@ -81,3 +81,3 @@ * @license ISC

map.on(eventName.toLowerCase(), function(event) {
scope.$apply(function() {
scope.$applyAsync(function() {
handler(scope.$parent, {$event: event});

@@ -127,3 +127,3 @@ });

marker.on('dragend', function() {
scope.$apply(function() {
scope.$applyAsync(function() {
if (angular.isArray(scope.llLatLng)) {

@@ -130,0 +130,0 @@ scope.llLatLng[0] = marker.getLatLng().lat;

{
"name": "angular-ll-leaflet",
"version": "0.2.1",
"version": "0.2.2",
"description": "Lightweight directives to use Leaflet with AngularJS",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/simon04/angular-ll-leaflet",

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

map.on(eventName.toLowerCase(), function(event) {
scope.$apply(function() {
scope.$applyAsync(function() {
handler(scope.$parent, {$event: event});

@@ -40,0 +40,0 @@ });

@@ -32,3 +32,3 @@ import angular from 'angular';

marker.on('dragend', function() {
scope.$apply(function() {
scope.$applyAsync(function() {
if (angular.isArray(scope.llLatLng)) {

@@ -35,0 +35,0 @@ scope.llLatLng[0] = marker.getLatLng().lat;

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