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

three-globe

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-globe - npm Package Compare versions

Comparing version

to
2.7.0

@@ -1,2 +0,2 @@

import { Object3D, Vector2 } from 'three';
import { Object3D, MeshPhongMaterial, Vector2 } from 'three';

@@ -34,2 +34,3 @@ type Accessor<In, Out> = Out | string | ((obj: In) => Out);

showGraticules(show: boolean): ChainableInstance;
globeMaterial(): MeshPhongMaterial;

@@ -36,0 +37,0 @@ // Points layer

{
"name": "three-globe",
"version": "2.6.9",
"version": "2.7.0",
"description": "Globe data visualization as a ThreeJS reusable 3D object",

@@ -62,4 +62,4 @@ "unpkg": "dist/three-globe.min.js",

"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-commonjs": "^11.0.2",

@@ -70,3 +70,3 @@ "@rollup/plugin-json": "^4.0.2",

"rimraf": "^3.0.2",
"rollup": "^2.3.0",
"rollup": "^2.4.0",
"rollup-plugin-babel": "^4.4.0",

@@ -73,0 +73,0 @@ "rollup-plugin-dts": "^1.3.0",

@@ -22,2 +22,3 @@ ThreeJS Globe Visualization

* [Labels](https://vasturiano.github.io/three-globe/example/labels/) ([source](https://github.com/vasturiano/three-globe/blob/master/example/labels/index.html))
* [Custom Globe Material](https://vasturiano.github.io/three-globe/example/custom-material/) ([source](https://github.com/vasturiano/three-globe/blob/master/example/custom-material/index.html))
* [Custom Layer](https://vasturiano.github.io/three-globe/example/custom/) ([source](https://github.com/vasturiano/three-globe/blob/master/example/custom/index.html))

@@ -70,2 +71,3 @@

| <b>showGraticules</b>([<i>boolean</i>]) | Getter/setter for whether to show a graticule grid demarking latitude and longitude lines at every 10 degrees. | `false` |
| <b>globeMaterial</b>() | Access the internal ThreeJS [MeshPhongMaterial](https://threejs.org/docs/#api/en/materials/MeshPhongMaterial) used to wrap the globe. Can be used for more advanced styling of the globe, by extending the material with various properties, like in [this example](https://github.com/vasturiano/three-globe/blob/master/example/custom-material/index.html). | - |

@@ -72,0 +74,0 @@ ### Points Layer

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

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

Sorry, the diff of this file is not supported yet