New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rxdi/compressor

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxdi/compressor

##### Install

latest
Source
npmnpm
Version
0.7.237
Version published
Maintainers
1
Created
Source

@rxdi/compressor

Install
npm install @rxdi/compressor

Consuming

import { LZWService } from '@rxdi/compressor';

const myObject = { name: 'Kristiyan Tachev' }
const compressed = LZWService.compress(myObject)

const decompressed = LZWService.decompress(compressed);
/* Prints: { name: 'Kristiyan Tachev' } */

Keywords

graphql

FAQs

Package last updated on 27 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