# package-lock-check **Repository Path**: mirrors_RocketChat/package-lock-check ## Basic Information - **Project Name**: package-lock-check - **Description**: Check if package lock is up to date with package.json - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # package-lock-check Check if package lock is up to date with package.json ## install ```shell npm i package-lock-check ``` or to execute directly ```shell npx package-lock-check ``` ## run ```shell package-lock-check [path] ``` **path** is optional, default `./` ## result Will check if the package-lock.json file is in sync with the package.json dependencies. Exists with 0 if everything is ok Exists with 1 if it's out of sync and prints the issues ![](./assets/image1.png)