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

@maptalks/vt

Package Overview
Dependencies
Maintainers
1
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/vt - npm Package Compare versions

Comparing version
0.122.0
to
0.123.0
+11
-13
package.json
{
"name": "@maptalks/vt",
"version": "0.122.0",
"version": "0.123.0",
"description": "The vector-tile plugin for maptalks.js",

@@ -12,3 +12,2 @@ "main": "dist/maptalks.vt.js",

"dist/maptalks.vt.es.js",
"dist/maptalks.vt.gpu.es.js",
"dist/maptalks.vt.es.js.map",

@@ -38,3 +37,3 @@ "dist/maptalks.vt.d.ts"

"vt-pbf": "^3.1.0",
"@maptalks/vt-plugin": "0.122.0"
"@maptalks/vt-plugin": "0.123.0"
},

@@ -59,5 +58,5 @@ "devDependencies": {

"rollup-plugin-dts": "^6.1.0",
"@maptalks/gl": "0.122.0",
"@maptalks/gpu": "0.122.0",
"maptalks": "1.10.0"
"@maptalks/gl": "0.123.0",
"@maptalks/gpu": "0.123.0",
"maptalks": "1.11.0"
},

@@ -69,12 +68,11 @@ "gitHead": "36a6954658f5a3aff0fe84dd79964ee7f1317b06",

"dev": "rollup -w -c build/rollup.config.js",
"build": "npm run clean && npm run lint && rollup --environment BUILD:production -c build/rollup.config.js && npm run transform-gpu",
"build": "npm run clean && npm run lint && rollup --environment BUILD:production -c build/rollup.config.js",
"build-dev": "rollup -c build/rollup.config.js",
"test": "electron-mocha -t 8000 --retries 3 --main ../ignore-gpu-blacklist.js --show-window --renderer ./test/**/*.spec.js -g \"\\btext\\b|ciskip\" --invert",
"tdd": "npm run transform-gpu && electron-mocha -t 8000 --main ../ignore-gpu-blacklist.js --interactive --renderer ./test/**/*.spec.js -g",
"test-gpu": "npm run transform-gpu && electron-mocha -t 8000 --preload ./test/integration/gpu.js --show-window --renderer ./test/**/*.spec.js",
"tdd-gpu": "npm run transform-gpu && electron-mocha -t 8000 --preload ./test/integration/gpu.js --interactive --renderer ./test/**/*.spec.js -g",
"pretest": "npm run build && npm run transform-gpu",
"preversion": "npm run pretest",
"transform-gpu": "node ../../build/transform-to-gpu"
"tdd": "electron-mocha -t 8000 --main ../ignore-gpu-blacklist.js --interactive --renderer ./test/**/*.spec.js -g",
"test-gpu": "electron-mocha -t 8000 --preload ./test/integration/gpu.js --show-window --renderer ./test/**/*.spec.js",
"tdd-gpu": "electron-mocha -t 8000 --preload ./test/integration/gpu.js --interactive --renderer ./test/**/*.spec.js -g",
"pretest": "npm run build",
"preversion": "npm run pretest"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display