Axios shipped a buggy version and it broke many productions apps. Let this be a lesson to pin your dependencies!

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Nock

    HTTP server mocking and expectations library for Node.js

    For example in my backend project I use Nock to do so. This library captures the request before sending them and you can validate the expected url to have all properties required.

  • axios

    Promise based HTTP client for the browser and node.js

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • rfcs

    Public change requests/proposals & ideation (by npm)

    (I usually end up removing npm ci from CI/CD since I think it is way too slow and want to cache node_modules from previous builds; I'm waiting for https://github.com/npm/rfcs/issues/415 to land to make this fail-safe npm install --from-lockfile. Yarn does support this already)

  • renovate

    Use a dependency updater like dependabot or https://github.com/apps/renovate.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts