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.26.0 to 2.27.0

2

dist/three-globe.d.ts

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

rendererSize(size: Vector2): ChainableInstance;
pauseAnimation(): ChainableInstance;
resumeAnimation(): ChainableInstance;
_destructor(): void;

@@ -319,0 +321,0 @@ }

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -283,3 +283,6 @@ ThreeJS Globe Visualization

| <b>rendererSize</b>(<i>Vector2</i>) | It's recommended to inject the current [renderer size](https://threejs.org/docs/#api/en/renderers/WebGLRenderer.getSize) to ensure the object proportions remain constant. This is specially necessary when using path FatLines. | Fallback to the full browser window size (`THREE.Vector2(window.innerWidth, window.innerHeight)`) |
| <b>pauseAnimation</b>() | Pauses the animation on all globe layers. | |
| <b>resumeAnimation</b>() | Resumes the animation on all globe layers. | |
## Giving Back

@@ -286,0 +289,0 @@

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

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