🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.0.0
to
0.0.1
+4
-4
package.json
{
"name": "@maptalks/vt",
"version": "0.0.0",
"version": "0.0.1",
"description": "The vector-tile plugin for maptalks.js",

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

"test": "electron-mocha --require-main ./test/ignore-gpu-blacklist.js --renderer ./test/**/*.spec.js",
"tdd" : "npm run build-dev && electron-mocha --interactive --renderer ./test/**/*.spec.js",
"tdd": "npm run build-dev && electron-mocha --interactive --renderer ./test/**/*.spec.js",
"pretest": "npm run lint && npm run build",

@@ -31,3 +31,3 @@ "prepare": "npm test && npm run build"

"eslint-plugin-mocha": "^5.0.0",
"fast-deep-equal" : "^2.0.1",
"fast-deep-equal": "^2.0.1",
"maptalks": "<2.0.0",

@@ -57,5 +57,5 @@ "mocha": "^5.2.0",

"quickselect": "^1.0.0",
"rbush" : "^2.0.2",
"rbush": "^2.0.2",
"vt-pbf": "^3.1.0"
}
}

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