UNPKG

lockfile-info

Version:

Info about an npm project - which lockfile version, which lockfile(s) are present, etc.

38 lines (29 loc) 3.27 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [v1.1.0](https://github.com/ljharb/lockfile-info/compare/v1.0.0...v1.1.0) - 2024-12-12 ### Commits - [meta] use `npmignore` to autogenerate an npmignore file [`09955b0`](https://github.com/ljharb/lockfile-info/commit/09955b0520561c3cc1b285030b62a36d0c09444a) - [New] add types [`0991cf2`](https://github.com/ljharb/lockfile-info/commit/0991cf2392da7fb276afc6aca15d83b3640e7e58) - [actions] split out node 10-20, and 20+ [`7a2b99e`](https://github.com/ljharb/lockfile-info/commit/7a2b99eeb63f5252ee2ec006aaa4e929b1e00d66) - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`e7c7137`](https://github.com/ljharb/lockfile-info/commit/e7c71370293daa8554eee31ab5fed4ebd1d8a687) - [actions] update rebase action [`5fee3b3`](https://github.com/ljharb/lockfile-info/commit/5fee3b3785a995eff8a0917f59b3b3695eae2e51) - [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `npmignore`, `tape` [`eebe909`](https://github.com/ljharb/lockfile-info/commit/eebe909e844ee2b97bd955ac593a3dbe0026ec51) - [Refactor] use `call-bound` directly [`717aa77`](https://github.com/ljharb/lockfile-info/commit/717aa77cdec8312de5585ffac9e3c7cff5c5c92e) - [meta] clean up changelog [`006b387`](https://github.com/ljharb/lockfile-info/commit/006b387c783a2d8f4339fce94272e44a0bdc57ec) - [Tests] replace `aud` with `npm audit` [`587778a`](https://github.com/ljharb/lockfile-info/commit/587778af30de9361ab9224bddf9b311890cf4687) - [meta] add `funding` field [`aa1ad5b`](https://github.com/ljharb/lockfile-info/commit/aa1ad5b8272aae2c47fbe3ab7f3e6b433e955883) - [Deps] update `call-bind` [`85a0a67`](https://github.com/ljharb/lockfile-info/commit/85a0a6797433ba060a16937eccc8c3ebe5bfb96e) - [Dev Deps] add missing peer dep [`ee92a44`](https://github.com/ljharb/lockfile-info/commit/ee92a44489731060534f70653b45d72ad01c24cf) - [meta] add `sideEffects` flag [`26a6030`](https://github.com/ljharb/lockfile-info/commit/26a6030fd84bba91deff2d6303c52deac904d4d9) ## v1.0.0 - 2021-12-03 ### Commits - Initial implementation [`42ed8a1`](https://github.com/ljharb/lockfile-info/commit/42ed8a1204693e329e0451fb55101404ccee028a) - Initial commit [`33911af`](https://github.com/ljharb/lockfile-info/commit/33911afd73229e4421d3377a11c4e0356504f702) - [meta] do not publish workflow files [`fb9dae8`](https://github.com/ljharb/lockfile-info/commit/fb9dae838cf8cc050c4a76f16913e6367ec66d57) - [actions] reuse common workflows [`993662d`](https://github.com/ljharb/lockfile-info/commit/993662d34a364fb657a4d1258806200d6cac99d8) - readme [`265956d`](https://github.com/ljharb/lockfile-info/commit/265956d5ef169775cccd3814c1aa3cff089082e8) - npm init [`469af13`](https://github.com/ljharb/lockfile-info/commit/469af130f87dbbbf543582172713850485c1853a) - [meta] add `auto-changelog` [`877ea84`](https://github.com/ljharb/lockfile-info/commit/877ea842f68f422c3844ed7ab6c098f6fd1211ee) - Only apps should have lockfiles [`e3c2ea8`](https://github.com/ljharb/lockfile-info/commit/e3c2ea8473da87a4755d17081065276525587d48)