NPM: Revision history

From AWVVO
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2025

  • curprev 07:2207:22, 1 February 2025 Admin talk contribs 561 bytes +561 Created page with "== Check for outdated packages == <syntaxhighlight lang="bash" copy> npm outdated Package Current Wanted Latest Location Depended by sass-loader 13.0.0 13.3.3 16.0.4 node_modules/sass-loader fmeo tailwindcss 3.4.17 3.4.17 4.0.2 node_modules/tailwindcss fmeo vuetify 3.7.7 3.7.9 3.7.9 node_modules/vuetify fmeo </syntaxhighlight> == List outdated packages == <syntaxhighlight lang="bash" copy> ncu </syntaxhighlight>..."