
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
fc-nexmo-client1
Advanced tools
The Client SDK is intended to provide a ready solution for developers to build Programmable Conversation applications across multiple Channels including: Messages, Voice, SIP, websockets, and App.
The following media types are supported:
Offline Sync – With built-in caching, messages are saved and sent or received once their device is back online.
Push Notifications – Keep users aware of important alerts by sending notifications to their device.
Text and Image Support – Users can quickly send and receive texts and images from your application.
User Control – Users can control whether their audio stream is muted or unmuted.
Notifications – Users can be notified when they receive a call or when participants are muted.
Group Calls – Configure call settings so users can start a group call by adding participants in real time.
See how the Client SDK is used in the following tutorials:
A dependency manager for Node packages. You can install the Client SDK with the following command:
npm install nexmo-client
Include the nexmoClient.js script in your web page
<script src="node_modules/nexmo-client/dist/nexmoClient.js"></script>
Or the minified version
<script src="node_modules/nexmo-client/dist/nexmoClient.min.js"></script>
We use third party tools for testing the framework:
Copyright (c) 2020 Vonage, Inc. All rights reserved. Licensed only under the Vonage Client SDK License Agreement (the "License") located at LICENCE.
By downloading or otherwise using our software or services, you acknowledge that you have read, understand and agree to be bound by the Vonage Client SDK License Agreement and Privacy Policy.
You may not use, exercise any rights with respect to or exploit this SDK, or any modifications or derivative works thereof, except in accordance with the License.
FAQs
Nexmo Client SDK for JavaScript
We found that fc-nexmo-client1 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.