1. 程式人生 > >A consistent, long term support (LTS) policy for Node.js modules

A consistent, long term support (LTS) policy for Node.js modules

The introduction of long term support (LTS) for versions of Node.js was a critical event that enabled the wide-spread adoption of the runtime, with up to 70% of developers seeing it as an important feature.

A large part of the value of the Node.js LTS policy is the clarity it gives to users on release schedules and the longevity with which a given version will be supported for critical fixes. Node.js applications, however, consist of significantly more that just the Node.js runtime. Even the most basic Express.js application contains 181 Node.js modules.

While some Node.js modules declare an LTS policy, there is little consistency in what that means, what releases are in LTS, and for how long. This means that users have to monitor and track the LTS policy of all of their individual dependencies and build complex update and migration plans in order to ensure that they are always in a position to receive critical fixes.

LTS visibility through the Node.js Module LTS Policy Project

The approach laid out by the Node.js Module LTS Policy Project provides the level of visibility and consistency that users building production applications need. The project specifies a LTS policy that is based on the policy of Node.js itself. Node.js modules that choose to adopt the policy should provide fixes to LTS versions for the lifetime of the Node.js release it’s being used with. Essentially, anyone creating an application using an LTS version of Node.js and using the latest major version of LTS adopting modules will not have
to update any of those modules to a newer major version, which would include breaking changes, in order to receive essential fixes. This means that users can more easily plan to adopt fix updates and new major versions based on their regular development schedules.

Adoption by IBM

At IBM, we think this is a crucial step forward. That’s why we are adopting the Node.js Module LTS Policy across the modules and frameworks that IBM provides, including the LoopBack framework.

Learn more

For more information on what the Node.js Module LTS Policy means for you, either as a user or a module owner looking to adopt an LTS policy, check out the Node.js Module LTS Policy project.

相關推薦

A consistent, long term support (LTS) policy for Node.js modules

The introduction of long term support (LTS) for versions of Node.js was a critical event that enabled the wide-spread adoption of the runtime, with up

【論文閱讀】Long-Term Recurrent Convolutional Networks for Visual Recognition and Description

【論文閱讀】Long-Term Recurrent Convolutional Networks for Visual Recognition and Description 這篇文章是15年的一篇文章,文章設計了CNN+LSTM的網路結構用於行為識別、影象描述、視訊描述。因為我研究行為

long term recurrent convolutional networks for visual recognition and description

這篇屬於很早就探索cnn+rnn解決high-level computer vision task的文章 Abstract 基於深度卷積網路的模型已經在最近的影象解釋任務中成為主流,在這裡我們研究了是否recurrent model能夠有效的處理涉及到sequences以及

Support for Node.js when you need it

As the popularity of Node.js grows, more companies are using the runtime for their business-critical applications. We know you and yo

Build a Lambda Deployment Package for Node.js

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Hyperledger Fabric SDK for Node.js fabric-client API

* **fabric-client**:   * create a new channel -> createChannel   * send channel information to a peer to join -> joinChannel   * in

Application Metrics for Node.js

IBM API Connect Want the simplicity of a single API management tool? IBM API Connect automatically monitors APIs during the development lifecycle i

IBM SDK for Node.js Overview

Node.js is a trademark of Joyent, Inc. and is used with its permission. We are not endorsed by or affiliated with Joyent. Java,

TypeError: Cannot create a consistent method resolution order (MRO) for bases P1, P2

typeerror: cannot create a consistent method resolution order (mro) for bases p1 p2 新式類多重繼承原則:廣度優先,從左到右 ==================正確================== In [19]:

Ask HN: How do you manage a security policy for your small team?

My company is a small team operating in the digital health space that's recently grown to 12 in the past year. Although we don't deal with a ton of PHI, s

3% of users browse with IE9 and 14% of users have a disability. Why do we only cater for the former?

我的網站 作品 form 我不 post ability img gpo 想要 我想要用一個否定聲明來開始我的文章:對於怎樣創造一個易於用戶體驗的站點,我也不是了解非常多。 讓作為一個資深開發人員的我操心的是,我在並沒有獲得太多關於這個主題(指怎樣創造一個

論文閱讀 A SIMPLE BUT TOUGH-TO-BEAT BASELINE FOR SEN- TENCE EMBEDDINGS

數值 ase pdf 超參數 linear 都是 smo 很好 函數 這篇論文提出了SIF sentence embedding方法, 作者提供的代碼在Github. 引入 作為一種無監督計算句子之間相似度的方法, sif sentence embedding使用預訓練好的

A SDN-based WiFi-VLC Coupled System for Optimised Service Provision in 5G Networks

讀後感; 今天讀了《A SDN-based WiFi-VLC Coupled System for Optimised Service Provision in 5G Networks》有感如下: 摘要:室內可見光系統是一個有力的補充,它最近獲得了有力的關注,在5G網路短距離通訊中成為一個受

Six golden A Global Leader in Industrial IoT rules for creating the ideal German cover letter and r

www.inhandnetworks.de Applying for jobs is never simple but it can feel even more difficult in a foreign country when you’re unfamiliar with the l

A Rank-Order Distance based Clustering Algorithm for Face Tagging

【論文閱讀】A Rank-Order Distance based Clustering Algorithm for Face Tagging 2018-04-04 一篇關於人臉聚類的文章 原文連結:2011_CVPR_A Rank-Order Distance based Cluste

A Sensitivity Analysis of Convolutional Neural Networks for Sentence Classification

引言 Ye Zhang在2016年掛在arXiv上的論文,從名字大概可以看出來,這是一篇CNN調參指南。 概述 模型方面用的是單層CNN,主要是CNN用做文字分類方面的研究,模型結構如下所示: 上述模型來自Convolutional Neural Networks for

PDF.JS教程 - A general-purpose, web standards-based platform for parsing and rendering PDFs.

官方Example: Hello World Walkthrough Full source PDF.js heavily relies on the use of Promises. If promises are new to you, it’s recommended y

26.A Model of Saliency-Based Visual Attention for Rapid Scene Analysis

A Model of Saliency-Based Visual Attention for Rapid Scene Analysis 基於顯著性的快速場景分析視覺注意模型   摘要 受到對早期靈長類動物的視覺系統的表現和其神經元結構的啟發,提出了一個新的視覺注意力機制。把

uva13216 Problem with a ridiculously long name but with a ridiculously short description

 題意是說,輸入整數n,1<=n<=10^1000,求66^n mod 100的餘數。一看這類題目,肯定是找規律。計算了前12個數,規律就出現了:1,66,56,96,36,76,16,56,96,36,76,16……所以,計算這個餘數就是僅僅跟n有關了。

「Computer Vision」Note on Long-Term Feature Bank

QQ Group: 428014259 Sina Weibo:小鋒子Shawn Tencent E-mail:[email protected] http://blog.csdn.net/dgyuanshaofeng/article/details/84995855 [1]