🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@maptalks/vt-plugin

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/vt-plugin - npm Package Compare versions

Comparing version
0.95.0
to
0.96.0
+3
-0
index.js

@@ -99,2 +99,5 @@ const registedClazz = {};

VectorTilePlugin.extend = function (type, props) {
/**
* @type Class
*/
const clazz = function () {

@@ -101,0 +104,0 @@ if (this.init) {

+21
-22
{
"name": "@maptalks/vt-plugin",
"version": "0.95.0",
"description": "The base plugin for maptalks vectortile layer",
"module": "index.js",
"scripts": {
"lint": "eslint *.js",
"prepare": "npm run lint"
},
"files": [
"index.js"
],
"keywords": [
"maptalks",
"vectortile"
],
"author": "fuzhenn",
"license": "UNLICENSED",
"devDependencies": {
"eslint": "^8.46.0"
},
"gitHead": "53b244e20e55181f60525f151fe1311ab61a058b"
}
"name": "@maptalks/vt-plugin",
"version": "0.96.0",
"description": "The base plugin for maptalks vectortile layer",
"module": "index.js",
"files": [
"index.js"
],
"keywords": [
"maptalks",
"vectortile"
],
"author": "fuzhenn",
"license": "UNLICENSED",
"devDependencies": {
"eslint": "^8.57.0"
},
"scripts": {
"clean": "rimraf dist",
"lint": "eslint *.js"
}
}