Socket
Socket
Sign inDemoInstall

@themezernx/sarclib

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @themezernx/sarclib

A library for packing and unpacking SARC/SZS archives.


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
87.8 kB
Created
Weekly downloads
 

Readme

Source

SarcLib

A library for packing and unpacking SARC/SZS archives, with Yaz0 compression support.

Heavily based on

  • SarcLib by RoadrunnerWMC, MasterVermilli0n/AboodXD
  • sarc by leoetlino

Installation

yarn add @themezernx/sarclib

npm install @themezernx/sarclib
// ES5/ES6
import {SarcFile} from "@themezernx/sarclib/dist";

// commonjs
const {SarcFile} = require("@themezernx/sarclib/dist");

Docs

Read the docs here

Build

# install dependencies
yarn

# compile
yarn run build

# simple test
yarn run test

FAQs

Last updated on 30 Sep 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc