1.2.3 • Published 2 years ago

yarn-lock-check-duplicates v1.2.3

Weekly downloads
39
License
-
Repository
github
Last release
2 years ago

This small utility can check yarn.lock file for having same versions of one package.

Example:

For check yarn.lock file - yarn check-duplicates -s @babel -t yarn For check package-lock.json file - yarn check-duplicates -s @babel -t package

If yarn.lock file has more than one version of any babel package, you'll receive exitCode=1 and see something like this:

Packages installed from scope @babel has duplicates:
...

If there isn't problems with package versions, you'll see

Packages installed from scope @babel has no duplicates.
...
1.2.3

2 years ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

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