Socket
Socket
Sign inDemoInstall

chttps

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chttps

Command line utility to replace http links in package-lock with https


Version published
Maintainers
1
Install size
3.16 kB
Created

Readme

Source

replace

chttps is a command line utility for replacing http links on package-lock JSON files. It is inspired by and initially based on https://www.npmjs.com/package/replace. It has fewer config options and dependencies; while it is intented to only change the first occurance of http links with https on each line i.e. without regular expression. Caution: the input package-lock.json file must have line-breaks for each item and should be stored in utf-8 format.

Install

npm install chttps --global

You can now use chttps from the command line.

Examples

Replace all (i.e. first on every line) occurrences of "http://" with "https://" in the package-lock.json in the current directory:

chttps .

Replace all (i.e. first on every line) occurrences of "http://" with "https://" in the package-lock.json in another directory:

chttps "packageFolder"

Keywords

FAQs

Last updated on 31 Dec 2018

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