Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
Maintainers
43
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/server-sdk - npm Package Compare versions

Comparing version 3.16.0 to 3.17.0

34

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/server-sdk",
"version": "3.16.0",
"version": "3.17.0",
"description": "Node.js Client for the Vonage API Platform",

@@ -41,18 +41,18 @@ "homepage": "https://developer.vonage.com",

"dependencies": {
"@vonage/accounts": "^1.13.0",
"@vonage/applications": "^1.13.0",
"@vonage/auth": "^1.11.0",
"@vonage/conversations": "^1.4.0",
"@vonage/messages": "^1.15.0",
"@vonage/number-insights": "^1.13.0",
"@vonage/numbers": "^1.13.0",
"@vonage/pricing": "^1.13.0",
"@vonage/redact": "^1.12.0",
"@vonage/server-client": "^1.13.0",
"@vonage/sms": "^1.14.0",
"@vonage/users": "^1.7.0",
"@vonage/verify": "^1.13.0",
"@vonage/verify2": "^1.12.0",
"@vonage/video": "^1.17.0",
"@vonage/voice": "^1.13.0"
"@vonage/accounts": "^1.14.0",
"@vonage/applications": "^1.14.0",
"@vonage/auth": "^1.12.0",
"@vonage/conversations": "^1.5.0",
"@vonage/messages": "^1.16.0",
"@vonage/number-insights": "^1.14.0",
"@vonage/numbers": "^1.14.0",
"@vonage/pricing": "^1.14.0",
"@vonage/redact": "^1.13.0",
"@vonage/server-client": "^1.14.0",
"@vonage/sms": "^1.15.0",
"@vonage/users": "^1.8.0",
"@vonage/verify": "^1.14.0",
"@vonage/verify2": "^1.13.0",
"@vonage/video": "^1.18.0",
"@vonage/voice": "^1.14.0"
},

@@ -59,0 +59,0 @@ "publishConfig": {

@@ -78,4 +78,4 @@ # Vonage Server SDK for Node.js

* [Accounts][applications]
* [Applications](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/applications/README.md)
* [Accounts][accounts]
* [Applications][applications]
* [Audit](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/audit/README.md)

@@ -105,25 +105,26 @@ * [Auth][auth]

|-----------------------|:--------------------:|:----------:|
| Account API | General Availability | ✅ |
| Alerts API | General Availability | ✅ |
| Application API | General Availability | ✅ |
| Audit API | Beta | ✅ |
| Conversation API | General Availability | ✅ |
| Dispatch API | Beta | ❌ |
| External Accounts API | Beta | ❌ |
| Media API | Beta | ✅ |
| Messages API | General Availability | ✅ |
| Number Insight V2 API | Beta | ✅ |
| Number Insights API | General Availability | ✅ |
| Number Management API | General Availability | ✅ |
| Pricing API | General Availability | ✅ |
| Proactive Connect API | Beta | ✅ |
| Redact API | Developer Preview | ✅ |
| Reports API | Beta | ✅ |
| SMS API | General Availability | ✅ |
| Sub Accounts | Beta | ✅ |
| Users | General Availability | ✅ |
| Verify API | General Availability | ✅ |
| Verify v2 API | General Availability | ✅ |
| Video API | General Availability | ✅ |
| Voice API | General Availability | ✅ |
| Account API | General Availability | ✅ |
| Alerts API | General Availability | ✅ |
| Application API | General Availability | ✅ |
| Audit API | Beta | ✅ |
| Conversation API | General Availability | ✅ |
| Dispatch API | Beta | ❌ |
| External Accounts API | Beta | ❌ |
| Media API | Beta | ✅ |
| Messages API | General Availability | ✅ |
| Meetings API | Deprecated | ✅ |
| Number Insight V2 API | Beta | ✅ |
| Number Insights API | General Availability | ✅ |
| Number Management API | General Availability | ✅ |
| Pricing API | General Availability | ✅ |
| Proactive Connect API | Deprecated | ✅ |
| Redact API | Developer Preview | ✅ |
| Reports API | Beta | ✅ |
| SMS API | General Availability | ✅ |
| Sub Accounts | Beta | ✅ |
| Users | General Availability | ✅ |
| Verify API | General Availability | ✅ |
| Verify v2 API | General Availability | ✅ |
| Video API | General Availability | ✅ |
| Voice API | General Availability | ✅ |

@@ -134,19 +135,20 @@ ### V2 Migrations

| V2 Function | Status | Note |
|-----------------------------|:---------------:|:------------------------------------------------------:|
| `vonage.conversion` | _REMOVED_ | |
| `vonage.conversation` | Not Implemented | This was only released as a beta package |
| `vonage.app` | Moved | Moved to [Applications][applications] |
| `vonage.files` | Moved | Move to [ServerClient][server-client] |
| `vonage.message` | Moved | Moved to [SMS][sms] |
| `vonage.generateJwt` | Moved | Was moved to [JWT][jwt] |
| `vonage.generateSignature` | Moved | Was moved to [SMS][sms] and [Voice][voice] |
| `vonage.calls` | Moved | Was moved to [Voice][voice] |
| `vonage.credentials` | Updated | Options can be found in [Server Client][server-client] |
| `vonage.options` | Updated | Options can be found in [Server Client][server-client] |
| `vonage.options.httpClient` | _Removed_ | |
| `vonage.options.userAgent` | Moved | Options can be found in [Server Client][server-client] |
| V2 Function | Status | Note |
|-----------------------------|:---------:|:------------------------------------------------------:|
| `vonage.conversion` | _REMOVED_ | |
| `vonage.conversation` | Moved | Moved To [Conversations][conversations] |
| `vonage.app` | Moved | Moved to [Applications][applications] |
| `vonage.files` | Moved | Move to [ServerClient][server-client] |
| `vonage.message` | Moved | Moved to [SMS][sms] |
| `vonage.generateJwt` | Moved | Was moved to [JWT][jwt] |
| `vonage.generateSignature` | Moved | Was moved to [SMS][sms] and [Voice][voice] |
| `vonage.calls` | Moved | Was moved to [Voice][voice] |
| `vonage.credentials` | Updated | Options can be found in [Server Client][server-client] |
| `vonage.options` | Updated | Options can be found in [Server Client][server-client] |
| `vonage.options.httpClient` | _Removed_ | |
| `vonage.options.userAgent` | Moved | Options can be found in [Server Client][server-client] |
For more information, check out each packages migration guide.
[accounts]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/accounts/README.md
[applications]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/applications/README.md

@@ -157,4 +159,5 @@ [auth]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/auth/README.md

[jwt]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/jwt/README.md
[conversations]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/conversations/README.md
[voice]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/voice/README.md
[signup]: https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=node-server-sdk
[license]: LICENSE.txt

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc