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

opus-world-wind

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opus-world-wind - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "opus-world-wind",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-3.0",

@@ -5,0 +5,0 @@ "repository": {

@@ -71,6 +71,7 @@ define([

text.attributes.color = WorldWind.Color.WHITE;
var dim = this.wwd.drawContext.textSupport.textSize(text.text, text.attributes.font, true);
this.wwd.drawContext.textRenderer.typeFace = text.attributes.font;
var dim = this.wwd.drawContext.textRenderer.textSize(text.text);
background.position = pos;
background.width = dim[0] + 10;
background.height = dim[1] + 6;
background.height = dim[1];
background.attributes.drawOutline = false;

@@ -77,0 +78,0 @@ background.attributes.interiorColor = arc.attributes.outlineColor;

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