three-globe
Advanced tools
Comparing version 2.4.1 to 2.5.0
{ | ||
"name": "three-globe", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "Globe data visualization as a ThreeJS reusable 3D object", | ||
@@ -40,3 +40,3 @@ "unpkg": "dist/three-globe.min.js", | ||
"dependencies": { | ||
"@tweenjs/tween.js": "^18.4.2", | ||
"@tweenjs/tween.js": "^18.5.0", | ||
"accessor-fn": "^1.2.2", | ||
@@ -49,3 +49,3 @@ "d3-geo": "^1.11.9", | ||
"frame-ticker": "^1.0.3", | ||
"h3-js": "^3.6.2", | ||
"h3-js": "^3.6.3", | ||
"index-array-by": "^1.2.7", | ||
@@ -63,8 +63,8 @@ "kapsule": "^1.12.1", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-env": "^7.7.6", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.27.5", | ||
"rollup": "^1.27.10", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -74,4 +74,4 @@ "rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"terser": "^4.4.0" | ||
"terser": "^4.4.2" | ||
} | ||
} |
@@ -58,2 +58,3 @@ ThreeJS Globe Visualization | ||
| --- | --- | :--: | | ||
| <b>waitForGlobeReady</b>: <i>boolean</i> | Whether to wait until the globe wrapping image has been fully loaded before rendering the globe or any of the data layers. | `true` | | ||
| <b>animateIn</b>: <i>boolean</i> | Whether to animate the globe initialization, by scaling and rotating the globe into its inital position. | `true` | | ||
@@ -60,0 +61,0 @@ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
211
0
6618094
23
23109
Updated@tweenjs/tween.js@^18.5.0
Updatedh3-js@^3.6.3