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

aframe-globe-component

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-globe-component - npm Package Compare versions

Comparing version 1.5.6 to 1.6.0

2

index.js

@@ -51,2 +51,3 @@ /* global AFRAME */

bumpImageUrl: { type: 'string', default: '' },
showGlobe: { type: 'boolean', default: true },
showAtmosphere: { type: 'boolean', default: true },

@@ -241,2 +242,3 @@ showGraticules: { type: 'boolean', default: false },

'bumpImageUrl',
'showGlobe',
'showAtmosphere',

@@ -243,0 +245,0 @@ 'showGraticules',

12

package.json
{
"name": "aframe-globe-component",
"version": "1.5.6",
"version": "1.6.0",
"description": "A 3D Globe component for A-Frame.",

@@ -50,7 +50,7 @@ "main": "index.js",

"three": ">=0.88.0",
"three-globe": "^2.14.5"
"three-globe": "^2.15.1"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",

@@ -67,3 +67,3 @@ "@babel/plugin-proposal-decorators": "^7.12.13",

"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",

@@ -73,3 +73,3 @@ "@babel/plugin-proposal-throw-expressions": "^7.12.13",

"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"aframe": "*",

@@ -76,0 +76,0 @@ "babel-loader": "^8.2.2",

@@ -23,2 +23,3 @@ ## aframe-globe-component

| bump-image-url | Getter/setter for the URL of the image used to create a [bump map](https://threejs.org/docs/#api/en/materials/MeshStandardMaterial.bumpMap) in the material, to represent the globe's terrain. | `null` |
| show-globe | Getter/setter for whether to show the globe surface itself. | `true` |
| show-atmosphere | Getter/setter for whether to show a bright halo surrounding the globe, representing the atmosphere. | `true` |

@@ -25,0 +26,0 @@ | show-graticules | Getter/setter for whether to show a graticule grid demarking latitude and longitude lines at every 10 degrees. | `false` |

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