New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tinystacks/opsconsole

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinystacks/opsconsole - npm Package Compare versions

Comparing version
0.0.36
to
0.0.37
+1
-1
package.json
{
"name": "@tinystacks/opsconsole",
"version": "0.0.36",
"version": "0.0.37",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -0,1 +1,39 @@

# Table of Contents
- [Introduction](#introduction)
- [Roadmap](#roadmap)
- [Getting Started](#getting-started)
- [Quick Installation](#quick-installation)
- [Run a Sample Dashboard](#run-a-sample-dashboard)
- [AWS](#aws)
- [Basic](#basic)
- [Installation](#installation)
- [Pre-requisites](#pre-requisites)
- [Install from the Global NPM registry](#install-from-the-global-npm-registry)
- [Hosted Deployment](#hosted-deployment)
- [Dashboards](#dashboards)
- [Concepts](#concepts)
- [Sample Dashboards](#sample-dashboards)
- [Basic Layout](#basic-layout-link)
- [AWS Dashboard](#aws-dashboard-link)
- [ECS Dashboard](#ecs-dashboard-link)
- [SQS Dashboard](#sqs-dashboard-link)
- [Core widgets](#core-widgets-link)
- [AWS widgets](#aws-widgets-link)
- [Constants](#constants)
- [Parameters](#parameters)
- [Providers](#providers)
- [AWS](#aws-1)
- [Enabling Providers in CLI](#enabling-providers-in-cli)
- [Customizing Dashboards](#customizing-dashboards)
- [Using widgets](#using-widgets)
- [Using providers](#using-providers)
- [Sharing data between widgets](#sharing-data-between-widgets)
- [Reference](#reference)
- [CLI Commands](#cli-commands)
- [opsconsole](#opsconsole)
- [opsconsole init](#opsconsole-init)
- [opsconsole up](#opsconsole-up)
- [Contributions](#contributions)
- [Community](#community)
# Introduction

@@ -38,3 +76,3 @@

## Roadmap
# Roadmap
- [x] CLI widget to save and run scripts

@@ -60,6 +98,6 @@ - [x] Executable actions within widgets (ex. kill task for AWS ECS)

## Getting started
# Getting started
Follow installation instructions below to get the CLI installed.
### Installation
## Quick Installation
```bash

@@ -71,4 +109,4 @@ # Install CLI

```
### Run a sample dashboard
#### AWS
## Run a sample dashboard
### AWS

@@ -85,3 +123,3 @@ The [opsconsole repository](https://github.com/tinystacks/opsconsole/tree/main/samples) includes multiple sample dashboards. As an example, it includes a sample dashboard that has ECS and AWS account info. To use that, follow these steps:

```
#### Basic
### Basic
For a very basic dashboard that contains all the default layout elements, simply run:

@@ -330,1 +368,4 @@ ```

See CONTRIBUTING.md.
# Community
Join our [discord](https://discord.gg/AZZzdGVCNW) to have a chat!