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

mapbox-gl-vue

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapbox-gl-vue - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

29

dist/app.js

@@ -253,3 +253,3 @@ /******/ (function(modules) { // webpackBootstrap

//Map Webgl Context Lost
map.on('resize', function (e) {
map.on('webglcontextlost', function (e) {
_this.$emit('map-webglcontextlost', map, e);

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

//Map Webgl Context Restored
map.on('resize', function (e) {
map.on('webglcontextrestored', function (e) {
_this.$emit('map-webglcontextrestored', map, e);

@@ -284,7 +284,2 @@ });

//Map Touch Move
map.on('movestart', function (e) {
_this.$emit('map-movestart', map, e);
});
//Map Move

@@ -360,2 +355,17 @@ map.on('move', function (e) {

//Map Mouse Over
map.on('mouseover', function (e) {
_this.$emit('map-mouseover', map, e);
});
//Map Mouse Enter
map.on('mouseenter', function (e) {
_this.$emit('map-mouseenter', map, e);
});
//Map Mouse Leave
map.on('mouseleave', function (e) {
_this.$emit('map-mouseleave', map, e);
});
//Map Touch End

@@ -366,2 +376,7 @@ map.on('touchend', function (e) {

//Map Touch Move
map.on('touchmove', function (e) {
_this.$emit('map-touchmove', map, e);
});
//Map Zoom Start

@@ -368,0 +383,0 @@ map.on('zoomstart', function (e) {

@@ -210,3 +210,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

//Map Webgl Context Lost
map.on('resize', function (e) {
map.on('webglcontextlost', function (e) {
_this.$emit('map-webglcontextlost', map, e);

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

//Map Webgl Context Restored
map.on('resize', function (e) {
map.on('webglcontextrestored', function (e) {
_this.$emit('map-webglcontextrestored', map, e);

@@ -241,7 +241,2 @@ });

//Map Touch Move
map.on('movestart', function (e) {
_this.$emit('map-movestart', map, e);
});
//Map Move

@@ -317,2 +312,17 @@ map.on('move', function (e) {

//Map Mouse Over
map.on('mouseover', function (e) {
_this.$emit('map-mouseover', map, e);
});
//Map Mouse Enter
map.on('mouseenter', function (e) {
_this.$emit('map-mouseenter', map, e);
});
//Map Mouse Leave
map.on('mouseleave', function (e) {
_this.$emit('map-mouseleave', map, e);
});
//Map Touch End

@@ -323,2 +333,7 @@ map.on('touchend', function (e) {

//Map Touch Move
map.on('touchmove', function (e) {
_this.$emit('map-touchmove', map, e);
});
//Map Zoom Start

@@ -325,0 +340,0 @@ map.on('zoomstart', function (e) {

{
"name": "mapbox-gl-vue",
"version": "1.7.1",
"version": "1.7.2",
"description": "A Vue.js component for Mapbox GL js",

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

@@ -0,1 +1,3 @@

[![npm](https://img.shields.io/npm/dw/localeval.svg)](https://www.npmjs.com/package/mapbox-gl-vue)
# Mapbox GL JS Vue.js

@@ -2,0 +4,0 @@

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