
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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
The npm package @signalwire/compatibility-api receives a total of 2,112 weekly downloads. As such, @signalwire/compatibility-api popularity was classified as popular.
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.