New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adhoc-repo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adhoc-repo

create a npm repo for the packages needed by your application

  • 1.0.0-alpha-8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

re-writes the package.json for every project in node_modules to point to the http server of your choosing

re-packs the packages into zipped tarballs and copies them to the root folder being served by http

if you use IIS you may need to change the MIME-TYPE for .tgz files to match the npm Content-Type headers... whatever those are.

Installation

npm i -g adhoc-repo

WARNING

This will the package.json file in your project.

Usage

  1. be in a terminal
  2. be in your nodejs project's root folder
  3. install your deps like you always do: npm install
  4. run the thing: adhoc-repo /path/to/your/shared/folder http://mypackages.localhost:8080
  5. finish setting up your small-time CI architecture

Keywords

FAQs

Package last updated on 17 Apr 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc