Socket
Socket
Sign inDemoInstall

dependencaches

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dependencaches

Dependencies Cache for npm


Version published
Maintainers
1
Install size
2.81 MB
Created

Readme

Source

dependencaches -- Dependencies Caches for npm

Why this project

This project have the same goal of npm-cache. npm-cache is a great tool, but it need keep the compatibility with the old versions which become a burden for introducing new features, and the author do not have enough time to maintain and merge new PRs, so I just write new one from the ground.

Install

npm install -g dependencaches

Usage

dependencaches install  # try to install
dependencaches --cacheDirectory=/home/cache install  # install using /home/cache as cache directory

Limitations

  • Not support Win32
  • Currently only support npm, no bower/jspm/composer...
  • Currently only implement symlink
  • No compression

TODO

  • Recheck symlink for native (node-gyp) packages
  • Implement copy (rsync)
  • Add more commands: hash, save, restore, etc.

Keywords

FAQs

Last updated on 10 Feb 2017

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