Socket
Book a DemoInstallSign in
Socket

is-zst

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-zst

Check if a buffer is zst compressed.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
79K
24.26%
Maintainers
1
Weekly downloads
 
Created
Source

is-zst

Check if a buffer is zst compressed.

Usage

const fs = require('fs');
const isZst = require('is-zst');

isZst(fs.readFileSync('foo.tar.zst'));
//=> true

Keywords

zst

FAQs

Package last updated on 07 Aug 2019

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