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

chipster-cli-js

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chipster-cli-js

Command line client for Chipster

latest
Source
npmnpm
Version
0.7.5
Version published
Maintainers
2
Created
Source

Chipster command line client

Installation

npm install chipster-cli-js

Usage

chipster --help

Development

Compile

npx tsc

Run

node lib/chipster

Update depenedencies

for p in $(cat package.json | jq -r '.dependencies | keys[]'); do npm install $p@latest --save; done
for p in $(cat package.json | jq -r '.devDependencies | keys[]'); do npm install $p@latest --save-dev; done

FAQs

Package last updated on 27 Jan 2026

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