
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Javascript port of the squish DXT compression/decompression library using emscripten
Supply Chain Security
Vulnerability
Quality
Maintenance
License
DXT (de)compression in nodejs and the browser (using browserify).
var dxt = require('dxt-js');
var imageData = getRawRGBADataFromSomeWhere();
var compressedData = dxt.compress(imageData, 256, 256, dxt.flags.DXT5); // assumes 256x256 image
var uncompressedData = dxt.decompress(imageData, 256, 256, dxtJS.flags.DXT5);
Note that all methods work with UInt8Array
's so when using nodejs you'll have to conver them to and from node buffers.
dxt.js is based on libsquish compiled with emscripten and wouldn't be possible without the hard work of the respective authors.
FAQs
Javascript port of the squish DXT compression/decompression library using emscripten
The npm package dxt-js receives a total of 106 weekly downloads. As such, dxt-js popularity was classified as not popular.
We found that dxt-js demonstrated a not healthy version release cadence and project activity because the last version was released 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.