@maptalks/vt-plugin
Advanced tools
+3
-0
@@ -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" | ||
| } | ||
| } |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
95
3.26%3119
-2.5%