Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crosspm2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crosspm2

Cross Package Manager 2

  • 2.0.1.114
  • PyPI
  • Socket score

Maintainers
1

CrossPM

build pypi license

Documentation

Actual version always here: https://devopshq.github.io/crosspm2/

Introduction

CrossPM2 (Cross Package Manager 2) is a universal extensible package manager. It lets you download and as a next step - manage packages of different types from different repositories.

Out-of-the-box modules:

  • Adapters

    • Artifactory
    • Artifactory-AQL (supported since artifactory 3.5.0):
    • files (simple repository on your local filesystem)
  • Package file formats

    • zip
    • tar.gz
    • nupkg (treats like simple zip archive for now)

Modules planned to implement:

  • Adapters

    • git
    • smb
    • sftp/ftp
  • Package file formats

    • nupkg (nupkg dependencies support)
    • 7z

We also need your feedback to let us know which repositories and package formats do you need, so we could plan its implementation.

The biggest feature of CrossPM is flexibility. It is fully customizable, i.e. repository structure, package formats, packages version templates, etc.

To handle all the power it have, you need to write configuration file (crosspm.yaml) and manifest file with the list of packages you need to download.

Configuration file format is YAML, as you could see from its filename, so you free to use yaml hints and tricks, as long, as main configuration parameters remains on their levels :)

Keywords

FAQs


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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc