{"id":16715305,"url":"https://github.com/theangrybyrd/paket-lock-diff","last_synced_at":"2025-04-10T06:14:44.177Z","repository":{"id":49502511,"uuid":"296335266","full_name":"TheAngryByrd/paket-lock-diff","owner":"TheAngryByrd","description":"This is a tool to analyze two paket.lock files showing additions, removals, upgrades and downgrades.","archived":false,"fork":false,"pushed_at":"2024-11-25T01:07:18.000Z","size":342,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:26:27.140Z","etag":null,"topics":["dotnet","dotnet-core","fsharp","nuget","paket"],"latest_commit_sha":null,"homepage":"https://paket-lock-diff.azurewebsites.net/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheAngryByrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"TheAngryByrd"}},"created_at":"2020-09-17T13:30:10.000Z","updated_at":"2024-11-25T01:07:22.000Z","dependencies_parsed_at":"2025-02-16T20:41:59.081Z","dependency_job_id":null,"html_url":"https://github.com/TheAngryByrd/paket-lock-diff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAngryByrd%2Fpaket-lock-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAngryByrd%2Fpaket-lock-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAngryByrd%2Fpaket-lock-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheAngryByrd%2Fpaket-lock-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheAngryByrd","download_url":"https://codeload.github.com/TheAngryByrd/paket-lock-diff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166908,"owners_count":21058481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dotnet-core","fsharp","nuget","paket"],"created_at":"2024-10-12T21:08:55.145Z","updated_at":"2025-04-10T06:14:44.160Z","avatar_url":"https://github.com/TheAngryByrd.png","language":"F#","funding_links":["https://github.com/sponsors/TheAngryByrd"],"categories":[],"sub_categories":[],"readme":"# Paket Lock Diff Tool\n\n## What\n\nThis is a tool to analyze two [paket.lock](https://fsprojects.github.io/Paket/lock-file.html) files.  The report generates a few lists:\n\n- Additions made\n- Removals made\n- Version Upgrades\n- Version Downgrades\n\n## Why\n\nWhen looking at git diffs between two lock files, it can be hard to get an overall picture of what changed, especially if you have many [transitive dependencies](https://fsprojects.github.io/Paket/faq.html#transitive).\n\n## How\n\n1. [Give it a try here](https://paket-lock-diff.azurewebsites.net/)\n2. Copy and paste [this lock file](https://raw.githubusercontent.com/TheAngryByrd/MiniScaffold/0.22.0/paket.lock) into `Older LockFile` field.\n3. Copy and paste [this lock file](https://raw.githubusercontent.com/TheAngryByrd/MiniScaffold/master/paket.lock) into `Newer LockFile` field.\n4. The app should analyze the lock files and give you some results.\n\n---\n## Install pre-requisites\n\nYou'll need to install the following pre-requisites in order to build SAFE applications\n\n* [.NET SDK](https://www.microsoft.com/net/download) 8.0 or higher\n* [Node 18](https://nodejs.org/en/download/) or higher\n* [NPM 9](https://www.npmjs.com/package/npm) or higher\n\n## Starting the application\n\nTo concurrently run the server and the client components in watch mode use the following command:\n\n```bash\ndotnet run\n```\n\nThen open `http://localhost:8080` in your browser.\n\nThe build project in root directory contains a couple of different build targets. You can specify them after `--` (target name is case-insensitive).\n\nTo run concurrently server and client tests in watch mode (you can run this command in parallel to the previous one in new terminal):\n\n```bash\ndotnet run -- WatchRunTests\n```\n\nClient tests are available under `http://localhost:8081` in your browser and server tests are running in watch mode in console.\n\nFinally, there are `Bundle` and `Azure` targets that you can use to package your app and deploy to Azure, respectively:\n\n```bash\ndotnet run -- Bundle\ndotnet run -- Azure\n```\n\n## SAFE Stack Documentation\n\nIf you want to know more about the full Azure Stack and all of it's components (including Azure) visit the official [SAFE documentation](https://safe-stack.github.io/docs/).\n\nYou will find more documentation about the used F# components at the following places:\n\n* [Saturn](https://saturnframework.org/)\n* [Fable](https://fable.io/docs/)\n* [Elmish](https://elmish.github.io/elmish/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheangrybyrd%2Fpaket-lock-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheangrybyrd%2Fpaket-lock-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheangrybyrd%2Fpaket-lock-diff/lists"}