Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@loaders.gl/loader-utils

Package Overview
Dependencies
Maintainers
8
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/loader-utils

Framework-independent loaders for 3D graphics formats

latest
Source
npmnpm
Version
4.4.1
Version published
Weekly downloads
807K
2.22%
Maintainers
8
Weekly downloads
 
Created
Source

@loaders.gl/loader-utils

This module contains shared utilities for loaders.gl, a collection of framework-independent 3D and geospatial loaders (parsers).

For documentation please visit the website.

Binary iterator utilities

@loaders.gl/loader-utils includes helpers such as concatenateArrayBuffersAsync that operate over ArrayBuffer, ArrayBufferView, and ArrayBufferLike inputs (including SharedArrayBuffer). These utilities make it easy to normalize streamed binary data before handing it off to loaders. Chunks backed by SharedArrayBuffer or typed array views are copied into standalone ArrayBuffer instances so byte offsets and underlying storage quirks never corrupt concatenated output.

Keywords

webgl

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

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.

Install

Related posts