Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@studioframes/condense

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studioframes/condense - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+4
-1
package.json
{
"name": "@studioframes/condense",
"version": "0.1.1",
"version": "0.1.2",
"description": "High-performance in-memory stateless file optimization middleware and utility library",

@@ -9,2 +9,5 @@ "main": "src/index.js",

},
"engines": {
"node": ">=20.9.0"
},
"scripts": {

@@ -11,0 +14,0 @@ "start": "node bin/cli.js"

+9
-7
![logo](https://github.com/user-attachments/assets/a0d89a33-d9f0-42c1-8bca-a6d7cf81551c)
[![npm](https://img.shields.io/npm/v/@studioframes/condense?colorA=006AFF&colorB=000000
)](https://www.npmjs.com/package/@studioframes/condense)
[![downloads](https://img.shields.io/npm/dm/@studioframes/condense?colorA=006AFF&colorB=000000
)](https://www.npmjs.com/package/@studioframes/condense)
[![npm](https://img.shields.io/npm/v/@studioframes/condense?colorA=006AFF&colorB=000000)](https://www.npmjs.com/package/@studioframes/condense)
[![downloads](https://img.shields.io/npm/dt/@studioframes/condense?labelColor=006AFF&color=000000)](https://www.npmjs.com/package/@studioframes/condense)
[![size](https://img.shields.io/bundlephobia/minzip/@studioframes/condense?label=size&colorA=006AFf&colorB=000000)](https://bundlephobia.com/package/@studioframes/condense)

@@ -20,7 +19,10 @@ A high-performance, completely stateless file optimization and minification engine for Node.js. Condense handles images, video, audio, and code natively in-memory (RAM) using Buffers and Streams, completely bypassing the local server disk.

## Prerequisites
Media optimization now bundles FFmpeg directly inside the package using `ffmpeg-static`, so you do not need to install `ffmpeg` globally for media workflows.
## System Requirements
If you are running on an unusual platform not supported by `ffmpeg-static`, you may still need a system FFmpeg installed.
Condense utilizes modern native binary distributions (`sharp`, `ffmpeg-static`) which compile against updated Node-API architectures.
* **Minimum Node.js Version:** `20.9.0` (or higher)
* **Recommended Environments:** Node **20 LTS** or Node **22 LTS**
* **Forward Compatibility:** Fully supports newer major engine releases (e.g., Node 23, Node 24+).
## Installation

@@ -27,0 +29,0 @@

@@ -9,4 +9,4 @@ # Security Policy

| ------- | ------------------ |
| >=1.0.0 | :white_check_mark: |
| <1.0.0 | :x: |
| >=0.1.0 | :white_check_mark: |
| <0.1.0 | :x: |

@@ -13,0 +13,0 @@ ## Our Security Guarantees