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

vue-maplibre-gl

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-maplibre-gl - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

src/css/_controls.scss

3

dist/vue-maplibre-gl.ssr.js

@@ -1912,5 +1912,6 @@ 'use strict';var vue=require('vue'),maplibreGl=require('maplibre-gl');function _classCallCheck(instance, Constructor) {

var key = componentName;
var val = component;
var val = component; // @ts-ignore
install[key] = val;
}
});module.exports=install;
{
"name": "vue-maplibre-gl",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Vue 3 plugin for maplibre-gl",

@@ -10,6 +10,9 @@ "keywords": [

"vue3js",
"component",
"vue-component",
"vue3-component",
"maplibre",
"maplibre-gl"
"maplibre-gl",
"map",
"maptiler"
],

@@ -33,3 +36,4 @@ "author": {

"dist/*",
"src/**/*.vue"
"src/**/*.vue",
"src/css/*"
],

@@ -70,5 +74,6 @@ "sideEffects": false,

"minimist": "^1.2.5",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"rimraf": "^3.0.2",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"rollup-plugin-analyzer": "^4.0.0",

@@ -80,3 +85,3 @@ "rollup-plugin-postcss": "^4.0.1",

"rollup-plugin-vue": "^6.0.0",
"sass": "^1.38.0",
"sass": "^1.38.1",
"sass-loader": "^10.2.0",

@@ -83,0 +88,0 @@ "ttypescript": "^1.5.12",

# vue-maplibre-gl
![npm](https://img.shields.io/npm/v/vue-maplibre-gl.svg?style=flat-square)
[![npm](https://img.shields.io/npm/v/vue-maplibre-gl.svg?style=flat-square)](https://www.npmjs.com/package/vue-maplibre-gl)
[![TypeScript](https://img.shields.io/badge/-Typescript-informational?style=flat-square)](https://www.typescriptlang.org/)

@@ -10,2 +10,4 @@ [![vue2](https://img.shields.io/badge/vue-3.x-brightgreen.svg?style=flat-square)](https://vuejs.org/)

Size: [31 KB](https://bundlephobia.com/package/vue-maplibre-gl)
## Table of contents

@@ -75,2 +77,3 @@

- [ ] Generate separate css file to be included (currently, you have to use scss)
- [ ] Usage examples

@@ -77,0 +80,0 @@ - [ ] Demo

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