
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
Enterprise WebGIS Core Library integrating OpenLayers and Cesium.
pnpm add ol-cs-libs
# or
npm install ol-cs-libs
# or
yarn add ol-cs-libs
Ensure you have the required peer dependencies installed:
pnpm add ol@^10.4.0 cesium@^1.138.0 ol-ext@^4.0.24 proj4@^2.10.0 lodash@^4.17.21 @turf/turf@^6.5.0
You can use the library directly via CDN (e.g., unpkg or jsdelivr):
<script src="https://unpkg.com/ol-cs-libs/dist/ol-cs-libs.umd.min.js"></script>
<!-- Or for IIFE -->
<script src="https://unpkg.com/ol-cs-libs/dist/ol-cs-libs.iife.min.js"></script>
import { WebGISManager } from 'ol-cs-libs';
import Map from 'ol/Map';
import View from 'ol/View';
// Initialize Manager
const manager = new WebGISManager();
// Create OpenLayers Map
const map = new Map({
target: 'map',
view: new View({ center: [0, 0], zoom: 2 })
});
// Register Map with Manager
manager.setOlMap(map);
console.log(manager.getOlMap());
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@10.4.0/ol.css">
<script src="https://cdn.jsdelivr.net/npm/ol@10.4.0/dist/ol.js"></script>
<script src="path/to/ol-cs-libs.iife.min.js"></script>
</head>
<body>
<div id="map" style="width: 100%; height: 400px;"></div>
<script>
// Global variable 'OlCsLibs' is available
const manager = new OlCsLibs.WebGISManager();
const map = new ol.Map({
target: 'map',
view: new ol.View({ center: [0, 0], zoom: 2 })
});
manager.setOlMap(map);
</script>
</body>
</html>
pnpm install
pnpm build
pnpm dev
访问地址:http://localhost:5173/examples/cdn/index.html
访问地址:http://localhost:5173/examples/vue3/index.html
This will start a dev server for the examples located in examples/ directory.
pnpm test
pnpm docs
访问地址:http://localhost:5173/apidoc/index.html
ISC
FAQs
Enterprise WebGIS Core Library integrating OpenLayers and Cesium
We found that ol-cs-libs 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.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.