• @[email protected]
    link
    fedilink
    2110 months ago

    At some point, npm supply chain attacks are going to stop being news and start being “Tuesday.”

    … JS on the backend was a mistake.

    • @noli
      link
      710 months ago

      JS was a mistake.

      • @[email protected]
        link
        fedilink
        310 months ago

        It wouldn’t have been if it kept to the original purpose of some simple tasks and such, but we can’t have nice things.

    • JackbyDev
      link
      English
      210 months ago

      JS on the backend was a mistake.

      Typo squatting is not unique to JS.

      • @[email protected]
        link
        fedilink
        210 months ago

        True, but it’s uniquely bad in the JS world. Developers tend to rely on libraries in almost cartoonish excess.

        • The language is shit in general, leading to an endless parade of frameworks and packages designed to paper over the sore spots.
        • The lack of a well-rounded One True Standard Library™ means lots of trivial functionality needs to come from somewhere.
        • Micro-dependencies are commonplace, leading to bloated dependency trees. I’d guess this is caused by a combination of both culture and the fact that you often want your JS artifacts to be as lean as possible.