Here are
39 public repositories
matching this topic...
Fast, resilient, reproducible builds with npm install.
Updated
Aug 4, 2019
JavaScript
🔒 Your lockfile, up to date, all the time
Updated
Mar 11, 2021
JavaScript
An inter-process and inter-machine lockfile utility that works on a local or network file system.
Updated
May 28, 2021
JavaScript
Handle locking via pid files
Lightweight lockfile for conda environments
Updated
Aug 2, 2021
Python
Heavily tested, but simple filelocking solution using flock command.
Updated
Jan 24, 2019
Ruby
A simple Bash lock file library.
Updated
Feb 29, 2016
Shell
A plugin for Tox that lets you install test environment dependencies from the Poetry lockfile
Updated
Jul 7, 2021
Python
Tool for smart revert of integrity changes for npm lock file
Updated
Aug 1, 2021
TypeScript
Migrate your npm shrinkwrap to a yarn lockfile without a headache
Updated
Jun 21, 2017
JavaScript
An oop composer file parser.
See what crates have changed after you run `cargo update` by comparing Cargo.lock to the vcs HEAD or file of your choice.
sbt plugin for creating dependency lockfiles
Updated
Jul 4, 2021
Scala
Utility for creating advisory pidfiles (lock files)
Updated
Apr 20, 2021
Julia
A php-package for parsing and evaluating the yarn.lock format
Framework to make service from your application(with different log types, http, suid, graceful restart)
Generate a Snyk dependency graph from a Podfile.lock file
Updated
May 18, 2021
TypeScript
Prevent committing lockfiles
Updated
Jun 3, 2020
JavaScript
Detect lockfiles in the working directory
Updated
Jun 3, 2020
JavaScript
Lockfiles have needs too and this package takes care of them
Updated
Apr 25, 2020
JavaScript
A collection of simple, opinionated yet hopefully helpful PHP Helpers
Delete `node_modules` and lockfiles
Updated
Jun 3, 2020
JavaScript
Check if a `package-lock.json` is present in the working directory
Updated
Jun 3, 2020
JavaScript
Package Overmanager. Easy CLI shortcuts for npm, pnpm, Yarn and Lerna.
Updated
May 24, 2021
JavaScript
How to automate Gradle dependency updates with GitHub Actions
Updated
Dec 18, 2020
Kotlin
Check that the correct lockfile is present in a JavaScript project, and that no unnecessary lockfiles are added.
Updated
Jun 16, 2021
Shell
Handle locking via pid files
Check if `npm-shrinkwrap.json` is present in the working directory
Updated
Jun 3, 2020
JavaScript
lockfile provides a minimalistic and modern implementation of a simple file-based lock mechanism for Python
Updated
May 12, 2020
Python
Improve this page
Add a description, image, and links to the
lockfile
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
lockfile
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Yarn v2 introduced a new lockfile format that now adheres to YAML. I believe ATM when trying to run lockfile-lint on a project with yarn v2, lockfile-lint tries to use the v1 parser and fails with an error.