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

chipster-nodejs-core

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chipster-nodejs-core

https://github.com/chipster/chipster-nodejs-core

latest
Source
npmnpm
Version
0.8.6
Version published
Maintainers
2
Created
Source

Common Chipster libraries for Node.js

https://github.com/chipster/chipster-nodejs-core

Usage

npm install chipster-nodejs-core@latest --save

Changes

Test locally

  • Link the local project
cd ~/git/chipster-nodejs-core/
npm link
cd ~/git/YOUR_PROJECT/
npm link chipster-nodejs-core
  • Do your changes
  • Compile this project
tsc
  • Compile your project
  • Repeat from start until ready
  • Remove the local link
npm install

Publish

  • Bump the version number in package.json
  • Publish it to npmjs.com
npm publish
  • Install the latest version to your project
npm install chipster-nodejs-core@latest

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