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

satellite-view

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satellite-view - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/satellite-view.js

15

package.json
{
"version": "2.0.0",
"version": "2.0.1",
"files": [

@@ -18,8 +18,8 @@ "dist"

"devDependencies": {
"rollup": "^2.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.52.7",
"tile-frame": "^1.1.0",
"tile-rack": "^0.2.1",
"tile-setter": "github:GlobeletJS/tile-setter",
"yawgl": "github:GlobeletJS/yawgl"
"tile-setter": "^0.0.6",
"yawgl": "^0.3.1"
},

@@ -32,7 +32,6 @@ "keywords": [

],
"dependencies": {},
"name": "satellite-view",
"description": "Re-project a map to a globe with WebGL",
"main": "dist/satellite-view.bundle.js",
"module": "dist/satellite-view.bundle.js",
"main": "dist/satellite-view.js",
"module": "dist/satellite-view.js",
"repository": {

@@ -39,0 +38,0 @@ "type": "git",

@@ -29,4 +29,4 @@ # satellite-view

satelliteView.init takes a parameters object with the following properties:
- gl: (REQUIRED) An extended WebGL rendering context, as returned by the
getExtendedContext method from [yawgl]
- context: (REQUIRED) An extended WebGL rendering context, as returned by the
initContext method from [yawgl][]
- globeRadius: The (floating point) radius of the spherical Earth. Units must

@@ -47,3 +47,3 @@ match the units of the altitude in the camPos array supplied to the draw

size]) to the CSS display size of the container. Default:
[window.devicePixelRatio]. Note: if a value is supplied, the pixel ratio
[window.devicePixelRatio][]. Note: if a value is supplied, the pixel ratio
will remain constant across draw calls. The default behavior will update

@@ -50,0 +50,0 @@ the pixel ratio when window.devicePixelRatio changes

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