New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cesium

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cesium - npm Package Versions

1
14

1.110.1

Diff

Changelog

Source

1.110.1 - 2023-10-25

@cesium/engine

Breaking Changes :mega:
  • CesiumJS no longer ships with a demo Google Maps API key. GoogleMaps.defaultApiKey is no longer defined by default.

  • createGooglePhotorealistic3DTileset by default now provides tiles via Cesium ion if the GoogleMaps.defaultApiKey is not set.

  • If you wish to continue to use your own Google Maps API key, you can go back to the previous behavior:

    Cesium.GoogleMaps.defaultApiKey = "your-api-key";
    
    const tileset = await Cesium.createGooglePhotorealistic3DTileset();
    viewer.scene.primitives.add(tileset));
    
jjhembd
published 1.110.0 •

ggetz
published 1.109.0 •

jjhembd
published 1.108.0 •

ggetz
published 1.107.2 •

Changelog

Source

1.107.2 - 2023-07-13

This is an npm-only release to fix a dependency issue published in 1.107.1

ggetz
published 1.107.1 •

Changelog

Source

1.107.1 - 2023-07-13

@cesium/engine

Fixes :wrench:
  • Fixed a bug where Model would not respond to different alpha values in a Cesium3DTileStyle. #11399
  • Fixed dimensions of tangentEC in custom shaders. #11394

@cesium/widgets

Fixes :wrench:
  • Fixed promise return value when using viewer.flyTo to navigate to an ImageryLayer. #11392
  • Fixed depthTestAgainstTerrain value being overridden when using the base layer picker widget. #11393
ggetz
published 1.107.0 •

jjhembd
published 1.106.1 •

Changelog

Source

1.106.1 - 2023-06-02

This is an npm-only release to fix a dependency issue published in 1.106

jjhembd
published 1.106.0 •

ggetz
published 1.105.2 •

Changelog

Source

1.105.2 - 2023-05-15

  • This is an npm-only release to fix a dependency issue published in 1.105.1.
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