Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@skedulo/packaging-utils

Package Overview
Dependencies
Maintainers
33
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skedulo/packaging-utils

Skedulo packaging utilities library

latest
npmnpm
Version
0.1.1
Version published
Maintainers
33
Created
Source

Package Transformation Utilities

This npm package provides essential utilities for transforming and handling package artifacts within Skedulo's ecosystem. Designed to streamline the process of packaging and deployment, it offers functionality for filtering unwanted files, as well as zipping and encoding the content of artifacts in base64 format.

Installation

To install this package, run the following command in your terminal:

npm install @skedulo/packaging-utils --save

or if you are using Yarn:

yarn add @skedulo/packaging-utils

Development

This project uses devbox to manage its development environment.

Install devbox:

curl -fsSL https://get.jetpack.io/devbox | bash
cd packaging-utils
devbox run install

Once that's done you'll have the correct version of Node.js and Yarn installed for this project.

You can now run:

  • Dependency Installation: yarn
  • Build the package: yarn build
  • Release package for local version to NPM: yarn release-package ${versionNumber}

FAQs

Package last updated on 03 Sep 2025

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