Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tychota/yarn-lock-diff
Given one or many old yarn.lock, and one or many new yarn.lock, compute the diff.
https://github.com/tychota/yarn-lock-diff
Last synced: 2 days ago
JSON representation
Given one or many old yarn.lock, and one or many new yarn.lock, compute the diff.
- Host: GitHub
- URL: https://github.com/tychota/yarn-lock-diff
- Owner: tychota
- License: mit
- Created: 2019-03-07T13:03:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:12:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T18:13:07.854Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# yarn-lock-diff
Given one or many old yarn.lock, and one or many new yarn.lock, compute the diff.
![screenshot](./screenshot.png)
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/yarn-lock-diff.svg)](https://npmjs.org/package/yarn-lock-diff)
[![Downloads/week](https://img.shields.io/npm/dw/yarn-lock-diff.svg)](https://npmjs.org/package/yarn-lock-diff)
[![License](https://img.shields.io/npm/l/yarn-lock-diff.svg)](https://github.com/tychota/yarn-lock-diff/blob/master/package.json)## Usage
`./bin/run -o fixtures/a/yarn.lock -o fixtures/a/yarn.lock -n fixtures/b/yarn.lock`