Click here to Skip to main content
15,887,485 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Keeping track Pin
robertburgh12-Feb-24 3:06
robertburgh12-Feb-24 3:06 
GeneralRe: Keeping track Pin
Sander Rossel12-Feb-24 3:32
professionalSander Rossel12-Feb-24 3:32 
AnswerRe: Keeping track Pin
Andreas Mertens12-Feb-24 5:06
professionalAndreas Mertens12-Feb-24 5:06 
AnswerRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:45
Al Gonzalez12-Feb-24 6:45 
GeneralRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:50
Al Gonzalez12-Feb-24 6:50 
GeneralRe: Keeping track Pin
Andreas Mertens12-Feb-24 12:16
professionalAndreas Mertens12-Feb-24 12:16 
GeneralRe: Keeping track Pin
Andreas Mertens13-Feb-24 12:51
professionalAndreas Mertens13-Feb-24 12:51 
AnswerRe: Keeping track Pin
jochance12-Feb-24 7:24
jochance12-Feb-24 7:24 
I think one thing that might both help make that more manageable and also confer supply chain protection for you would be to implement your own internal package stores. Sounds like you'd want one for nuget and one for npm.

There will be many companies doing that this year.

If this is a new concept to you -

The idea is that your solutions only pull from your own internal package stores. You pull new stuff from the public stores and into your own stores on whatever basis you choose. You get a big bit of protection against pulling in tainted packages and having them make it into your releases.

With it split in this way, your choice of updating your local package stores can serve as the "low bar". If you then open a solution and it says there are new updates, you know that means that solution is behind your own presently set standard.

This also means that you can look at your local stores and determine at least what version of any given pkg that all of your things should be using as well as which versions might possibly have been used at some point.
GeneralAnswering a teenager comment Pin
Pete O'Hanlon8-Feb-24 22:14
mvePete O'Hanlon8-Feb-24 22:14 
GeneralRe: Answering a teenager comment Pin
Richard Deeming8-Feb-24 22:52
mveRichard Deeming8-Feb-24 22:52 
GeneralRe: Answering a teenager comment Pin
CPallini8-Feb-24 22:58
mveCPallini8-Feb-24 22:58 
GeneralRe: Answering a teenager comment Pin
Richard Deeming8-Feb-24 23:12
mveRichard Deeming8-Feb-24 23:12 
GeneralRe: Answering a teenager comment Pin
CPallini8-Feb-24 23:20
mveCPallini8-Feb-24 23:20 
GeneralRe: Answering a teenager comment Pin
Pete O'Hanlon9-Feb-24 1:11
mvePete O'Hanlon9-Feb-24 1:11 
GeneralRe: Answering a teenager comment Pin
Rick York9-Feb-24 5:04
mveRick York9-Feb-24 5:04 
GeneralRe: Answering a teenager comment Pin
Dave Kreskowiak9-Feb-24 12:35
mveDave Kreskowiak9-Feb-24 12:35 
GeneralSome Days you ask yourself WHY?? Pin
glennPattonWork38-Feb-24 21:25
professionalglennPattonWork38-Feb-24 21:25 
GeneralRe: Some Days you ask yourself WHY?? Pin
Richard Deeming8-Feb-24 22:53
mveRichard Deeming8-Feb-24 22:53 
GeneralRe: Some Days you ask yourself WHY?? Pin
Nelek9-Feb-24 0:31
protectorNelek9-Feb-24 0:31 
GeneralRe: Some Days you ask yourself WHY?? Pin
jschell9-Feb-24 12:47
jschell9-Feb-24 12:47 
GeneralRe: Some Days you ask yourself WHY?? Pin
glennPattonWork311-Feb-24 3:13
professionalglennPattonWork311-Feb-24 3:13 
GeneralAnyone looked at HTMX? Pin
Mitchell J.8-Feb-24 16:58
professionalMitchell J.8-Feb-24 16:58 
GeneralRe: Anyone looked at HTMX? Pin
jmaida8-Feb-24 17:46
jmaida8-Feb-24 17:46 
GeneralRe: Anyone looked at HTMX? Pin
Mitchell J.8-Feb-24 19:51
professionalMitchell J.8-Feb-24 19:51 
GeneralRe: Anyone looked at HTMX? Pin
Dave Kreskowiak8-Feb-24 18:08
mveDave Kreskowiak8-Feb-24 18:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.