Socket
Socket
Sign inDemoInstall

libcipm

Package Overview
Dependencies
210
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    libcipm

programmatic API for cipm: a ci-oriented package installer for npm


Version published
Weekly downloads
93K
decreased by-11.13%
Maintainers
1
Install size
11.5 MB
Created
Weekly downloads
 

Changelog

Source

3.0.3 (2019-01-22)

Bug Fixes

  • scripts: pass in opts.dir directly (018df27)

<a name="3.0.2"></a>

Readme

Source

npm license Travis AppVeyor Coverage Status

libcipm installs npm projects in a way that's optimized for continuous integration/deployment/etc scenarios. It gives up the ability to build its own trees or install packages individually, as well as other user-oriented features, in exchange for speed, and being more strict about project state.

For documentation about the associated command-line tool, see cipm.

Install

$ npm install libcipm

Table of Contents

Features

  • npm-compatible project installation
  • lifecycle script support
  • blazing fast
  • npm-compatible caching
  • errors if package.json and package-lock.json are out of sync, instead of fixing it like npm does. Essentially provides a --frozen install.

Contributing

The libcipm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.

Keywords

FAQs

Last updated on 22 Jan 2019

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