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.4.0 to 1.4.1

2

dist/app.js

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

/* harmony default export */ __webpack_exports__["default"] = ({
template: '<div id="map"></div>',
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>',
data () {

@@ -79,0 +79,0 @@ return {

@@ -7,3 +7,3 @@ 'use strict';

exports.default = {
template: '<div id="map"></div>',
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>',
data: function data() {

@@ -10,0 +10,0 @@ return {};

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

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

export default {
template: '<div id="map"></div>',
template: '<div :id="(mapOptions.hasOwnProperty(\'container\') ? mapOptions.container : \'map\')"></div>',
data () {

@@ -4,0 +4,0 @@ return {

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