Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/node/autofix/packageLockUrlRewriteAutofix"

Index

Variables

Object literals

Variables

Const PackageLock

PackageLock: "package-lock.json" = "package-lock.json"

Object literals

Const PackageLockUrlRewriteAutofix

PackageLockUrlRewriteAutofix: object

Autofix to replace http registry links with https ones.

Apparently the issue is fixed in npm but we are still seeing http link every once in a while: https://npm.community/t/some-packages-have-dist-tarball-as-http-and-not-https/285

name

name: string = "NPM package lock"

pushTest

pushTest: PredicatePushTest = hasFile(PackageLock)

transform

  • transform(p: Project): Promise<Project>

Generated using TypeDoc