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

@paradisec/proxyist

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paradisec/proxyist

Filesystem REST API which supports multiple backend plugins

  • 0.2.18
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Proxyist

Proxyist is a web proxy which provides an object store like interface to a catalog of items which contain objects.

Installation

yarn add proxyist

Follow the instructions for the adapter you want to use

  • proxyist-adapter-local - Local file system backend
  • proxyist-adapter-s3 - S3 Backend
  • proxyist-adapter-ocfl - OCFL backend which supports local file system and S3

For the rest of this example we'll use the local filesystem adapter

export PROXYIST_ADAPTER_NAME="@paradisec/proxyist-adapter-local";
export PROXYIST_ADAPTER_CONFIG="path/to/proxyist-config.js";
yarn run proxyist

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

FAQs

Package last updated on 20 Aug 2023

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