
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@signalwire/compatibility-api
Advanced tools
The SignalWire Compatibility SDK is designed to make migrating your existing phone or messaging application easy and quick, while giving you access to our next generation APIs and endpoints to help you take your application to the next level.
Read the implementation documentation, guides and API Reference at the official SignalWire Compatibility SDK Documentation site.
As of version 3.2.0, this library requires Node.js 16 or higher. Support for Node.js 14 (which reached end-of-life in April 2023) has been dropped.
If you need to use this library with Node.js 14, you have two options:
Option 1: Install the last compatible version (recommended)
npm install @signalwire/compatibility-api@3.1.4
Option 2: Override dependencies (advanced, not recommended)
If you absolutely must use the latest version with Node.js 14, you can attempt to override the engine check and axios version, though this is not tested or supported:
{
  "dependencies": {
    "@signalwire/compatibility-api": "^3.2.0"
  },
  "overrides": {
    "@signalwire/compatibility-api": {
      "axios": "^1.6.2"
    }
  },
  "engines": {
    "node": ">=14"
  }
}
Note: This override approach may result in security vulnerabilities or unexpected behavior. We strongly recommend upgrading to Node.js 16 or higher.
SignalWire Compatibility SDK is open source and maintained by the SignalWire team, but we are very grateful for everyone who has contributed and assisted so far.
If you'd like to contribute, feel free to visit our Slack channel and read our developer section to get the code running in your local environment.
The Compatibility SDK is a package inside the compatibility-api-js repository. To setup the dev environment follow these steps:
main for your change.npm install to install global dependencies.SignalWire Compatibility SDK follows Semantic Versioning 2.0 as defined at http://semver.org.
@signalwire/compatibility-api-js is copyright © 2018-2023 SignalWire. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.
[3.2.0] - 2025-09-30
FAQs
SignalWire Compatibility API
We found that @signalwire/compatibility-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.