Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

three-globe

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-globe - npm Package Compare versions

Comparing version 2.18.12 to 2.19.0

2

dist/three-globe.d.ts

@@ -53,2 +53,4 @@ import { Object3D, Material, Vector2 } from 'three';

pointColor(colorAccessor: ObjAccessor<string>): ChainableInstance;
pointStrokeColor(): ObjAccessor<string>;
pointStrokeColor(colorAccessor: ObjAccessor<string>): ChainableInstance;
pointAltitude(): ObjAccessor<number>;

@@ -55,0 +57,0 @@ pointAltitude(altitudeAccessor: ObjAccessor<number>): ChainableInstance;

2

package.json
{
"name": "three-globe",
"version": "2.18.12",
"version": "2.19.0",
"description": "Globe data visualization as a ThreeJS reusable 3D object",

@@ -5,0 +5,0 @@ "unpkg": "dist/three-globe.min.js",

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

| <b>pointColor</b>([<i>str</i> or <i>fn</i>]) | Point object accessor function or attribute for the cylinder color. | `() => '#ffffaa'` |
| <b>pointStrokeColor</b>([<i>str</i> or <i>fn</i>]) | Point object accessor function or attribute for the stroke color on the tip of the cylinder. A falsy value disables the stroke. Only works if `pointsMerge` is disabled. | - |
| <b>pointAltitude</b>([<i>num</i>, <i>str</i> or <i>fn</i>]) | Point object accessor function, attribute or a numeric constant for the cylinder's altitude in terms of globe radius units (`0` = 0 altitude (flat circle), `1` = globe radius). | 0.1 |

@@ -88,0 +89,0 @@ | <b>pointRadius</b>([<i>num</i>, <i>str</i> or <i>fn</i>]) | Point object accessor function, attribute or a numeric constant for the cylinder's radius, in angular degrees. | 0.25 |

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

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