
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@cesiumjs/widgets
Advanced tools

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.
@cesiumjs/widgets is a widgets library for use with CesiumJS—including the CesiumViewer widget plus widgets for common tasks such as animation, base layer selection and geocoding.
Examples :earth_asia: Docs :earth_americas: Website :earth_africa: Forum :earth_asia: User Stories
@cesiumjs/widgets is published as ES modules with full typing support.
Install with npm
npm install @cesiumjs/widgets --save
Or, install with yarn
yarn add @cesiumjs/widgets
Import individual modules to benefit from tree shaking optimizations through most build tools:
import { Viewer } from "@cesiumjs/widgets";
import "@cesiumjs/widgets/Source/widgets.css";
const viewer = new Viewer("cesiumContainer");
See our Quickstart Guide for more information on getting a CesiumJS app up and running.
Have questions? Ask them on the community forum.
Interested in contributing? See CONTRIBUTING.md. :heart:
Apache 2.0. CesiumJS is free for both commercial and non-commercial use.
FAQs
@cesiumjs/widgets中文注释版本
We found that @cesiumjs/widgets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.