New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maptalks.three

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maptalks.three - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

22

index.js

@@ -18,2 +18,4 @@ import './dist/worker';

import ThreeVectorTileLayer from './src/ThreeVectorTileLayer';
import Terrain from './src/Terrain';
import TerrainVectorTileLayer from './src/TerrainVectorTileLayer';

@@ -348,5 +350,25 @@ const options = {

/**
*
* @param {*} extent
* @param {*} options
* @param {*} material
*/
toTerrain(extent, options, material) {
return new Terrain(extent, options, material, this);
}
/**
*
* @param {*} url
* @param {*} options
* @param {*} material
*/
toTerrainVectorTileLayer(url, options, material) {
return new TerrainVectorTileLayer(url, options, material, this);
}
clearMesh() {

@@ -353,0 +375,0 @@ const scene = this.getScene();

2

package.json
{
"name": "maptalks.three",
"version": "0.8.0",
"version": "0.9.0",
"description": "A maptalks Layer to render with THREE.js.",

@@ -5,0 +5,0 @@ "license": "MIT",

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 not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc