1.0.5 • Published 3 years ago

yarn-lock-check v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

yarn-lock-check

This tool checks yarn locks in your repo for incorrect registries.

It reads the registry specified in your root .npmrc and compares it will all registries in the "resolved" section of all the libraries in all your yarn.lock files. If all match it returns, else it will throw an error showing all incorrect registries.

Usage

As a binary

yarn add yarn-lock-check
yarn yarn-lock-check
// or 
npx yarn-lock-check

Programatic

Install:

yarn add yarn-lock-check

Code:

import { yarnLockCheck } from 'yarn-lock-check

yarnLockCheck() // will use .npmrc
// or
yarnLockCheck('https://my.registry.com')
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago