πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
Sign inDemoInstall
Socket

@monaxlabs/spec

Package Overview
Dependencies
Maintainers
5
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monaxlabs/spec

0.19.3
latest
npm
Version published
Weekly downloads
66
725%
Maintainers
5
Weekly downloads
Β 
Created
Source

Monax Labs Specs

This repo contains a number of computable specs for the Monax Labs including Aspen.

OpenAPI spec for our APIs can be found in the api/ directory and custom specifications for our contracts can be found under contracts/.

pkg/@monaxlabs/spec
β”œβ”€β”€ apis
β”‚       β”œβ”€β”€ identity.json
β”‚       └── aspen.json
β”œβ”€β”€ contracts
β”‚       β”œβ”€β”€ deployments.json
β”‚       β”œβ”€β”€ manifest.json
β”‚       └── manifest.pending.json
β”œβ”€β”€ node_modules
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
└── yarn.lock

Prerequisites

This project requires NodeJS (version 8 or later) with NPM or the Yarn package manader. Node NPM and are really easy to install while a good start to the Yarn ecosystem can be found here

Installation

BEFORE YOU INSTALL: please read the prerequisites

To install and set up the library, run:

$ npm install -S @monaxlabs/spec

Or if you prefer using Yarn:

$ yarn add --dev @monaxlabs/spec

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See the manifest.json and deployment.json folders to see how they work and how you can use them in your project.

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Add your changes: git add .
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :sunglasses:

FAQs

Package last updated on 22 Jan 2024

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