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

@maptalks/gltf-layer

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/gltf-layer - npm Package Compare versions

Comparing version
0.122.0
to
0.123.0
+8
-10
package.json
{
"name": "@maptalks/gltf-layer",
"version": "0.122.0",
"version": "0.123.0",
"description": "A maptalks Layer to render gltf",

@@ -18,3 +18,2 @@ "license": "UNLICENSED",

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

@@ -40,7 +39,7 @@ ],

"rollup": "^4.17.2",
"@maptalks/gl": "0.122.0",
"@maptalks/gpu": "0.122.0",
"@maptalks/transcoders.draco": "0.122.0",
"@maptalks/vt": "0.122.0",
"maptalks": "1.10.0"
"@maptalks/gl": "0.123.0",
"@maptalks/gpu": "0.123.0",
"@maptalks/transcoders.draco": "0.123.0",
"@maptalks/vt": "0.123.0",
"maptalks": "1.11.0"
},

@@ -56,3 +55,3 @@ "dependencies": {

"dev": "rollup -w -c rollup.config.js",
"build": "npm run clean && npm run lint && rollup --environment BUILD:production -c rollup.config.js && npm run transform-gpu",
"build": "npm run clean && npm run lint && rollup --environment BUILD:production -c rollup.config.js",
"build-dev": "rollup -c rollup.config.js",

@@ -63,5 +62,4 @@ "pretest": "cd ../gltf-loader && npm run build && cd ../gl && npm run build && cd ../analysis && npm run build && cd ../layer-gltf && npm run build",

"version": "npm run build",
"lint": "eslint src/**/*.js test/**/*.js",
"transform-gpu": "node ../../build/transform-to-gpu"
"lint": "eslint src/**/*.js test/**/*.js"
}
}

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