Results 1 to 4 of 4

Thread: How one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript

  1. #1
    Thread Killer Mk VIII czc's Avatar
    Join Date
    May 2010
    Location
    Between Kensington and The Vale
    Posts
    15,723

    Default How one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript

    Sounds crazy how something like this can affect so many people/projects. Kinda makes it like the wild wild web.

    http://www.theregister.co.uk/2016/03...=1458733182820
    T A N S T A A F L

  2. #2
    Crzwaco's Avatar
    Join Date
    Oct 2009
    Location
    Saldanha
    Posts
    15,634

    Default

    Ouch is that why stuff went haywire last night.
    Evil meet my Sword. Sword, meet Evil!


  3. #3
    bradbear117's Avatar
    Join Date
    Aug 2011
    Location
    Eastern Cape, about 70meters from the ocean
    Posts
    1,978

    Default

    So all these games are being developed online with "strings attached' to code that is only accessable online??

    Here I thought all software and code was stored locally.

  4. #4
    FarligOpptreden's Avatar
    Join Date
    Feb 2009
    Location
    Centurion
    Posts
    3,997

    Default

    Quote Originally Posted by bradbear117 View Post
    So all these games are being developed online with "strings attached' to code that is only accessable online??

    Here I thought all software and code was stored locally.
    It all depends. NPM is a dependency manager for Node.js projects. It grabs the latest online version of the code when you compile and refresh dependencies, except if JavaScript is referenced client side, where it loads it the moment a browser requests it.

    There are many dependency managers for all languages, including Gradle, Maven and Nuget. NPM just happens to be the most popular one used for Node.js.
    --~<0>~-- {type}DEV --~<0>~--

Similar Threads

  1. Atari is broke
    By James in forum Gaming News Articles
    Replies: 5
    Last Post: 21-01-2013, 05:04 PM
  2. O woe me! I broke my Xbox 360. What do?
    By Staple2 in forum Gaming Discussions
    Replies: 22
    Last Post: 25-11-2011, 10:58 PM
  3. Replies: 16
    Last Post: 13-04-2011, 04:36 PM
  4. F****S broke into my house!
    By Grimspoon in forum Off Topic
    Replies: 66
    Last Post: 14-01-2011, 03:23 PM
  5. I am Officially Broke.
    By Maplassie in forum Off Topic
    Replies: 22
    Last Post: 26-07-2010, 09:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •