Socket
Socket
Sign inDemoInstall

@cloudchipr/cloudchipr-engine

Package Overview
Dependencies
203
Maintainers
4
Versions
233
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cloudchipr/cloudchipr-engine

Cloudchipr engine


Version published
Weekly downloads
2
decreased by-50%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

cloudchipr-engine

The CloudchiprEngine library exported as Typescript module

🚀 npm-publish

Prerequisites

Installation

Using npm:

$ npm i -g npm
$ npm i cloudchipr-engine

Note: add --save if you are using npm < 5.0.0

Usage

import {AdapterInterface, ShellAdapter, Configuration, AdapterInterface, FindGarbageResponse} from "cloudchipr-engine";

const config = new Configuration(ACCESS_KEY_ID, SECRET_ACCESS_KEY)
const adapter: AdapterInterface = new ShellAdapter(CUSTODIAN)
const garbageResponse: FindGarbageResponse = adapter.findGarbage(config);

Development

After making a change, do the following
Run:

$ npm run format && npm run lint

Fix all the errors if there is any

Change the version in the package.json file and run

$ npm run build

Push the changes to GitHub

In order to publish your package, you need to create an NPM account.
If you don’t have an account you can do so on NPM or run the command:

$ npm adduser

If you already have an account, just login to you NPM account.

$ npm login

Publish the package

$ npm publish

FAQs

Last updated on 04 Jan 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc