Best of V8April 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    What's new in Node.js v20?

    Node.js v20 introduces a permissions model for enhanced security, a stable native test runner, and updates to V8 with new string and array methods. It also adds tail call optimization to improve recursive functions in Web Assembly.

  2. 2
    Article
    Avatar of nodejsNode.js·3y

    Node v20.0.0 (Current)

    Node.js now has an experimental feature called the Permission Model. It allows developers to restrict access to specific resources during program execution, such as file system operations, child process spawning, and worker thread creation. By using this feature, developers can prevent their applications from accessing or modifying sensitive data or running potentially harmful code.