Socket
Socket
Sign inDemoInstall

@vonage/server-sdk

Package Overview
Dependencies
13
Maintainers
45
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.1 to 3.7.2

20

package.json
{
"name": "@vonage/server-sdk",
"version": "3.7.1",
"version": "3.7.2",
"description": "Node.js Client for the Vonage API Platform",

@@ -30,15 +30,15 @@ "homepage": "https://developer.vonage.com",

"dependencies": {
"@vonage/accounts": "^1.6.0",
"@vonage/applications": "^1.6.0",
"@vonage/accounts": "^1.6.1",
"@vonage/applications": "^1.6.1",
"@vonage/auth": "^1.5.0",
"@vonage/messages": "^1.7.0",
"@vonage/number-insights": "^1.6.0",
"@vonage/numbers": "^1.6.1",
"@vonage/pricing": "^1.6.0",
"@vonage/messages": "^1.7.1",
"@vonage/number-insights": "^1.6.1",
"@vonage/numbers": "^1.6.2",
"@vonage/pricing": "^1.6.1",
"@vonage/redact": "^1.5.0",
"@vonage/server-client": "^1.6.0",
"@vonage/sms": "^1.6.0",
"@vonage/verify": "^1.6.0",
"@vonage/sms": "^1.6.1",
"@vonage/verify": "^1.6.1",
"@vonage/verify2": "^1.5.0",
"@vonage/voice": "^1.6.0"
"@vonage/voice": "^1.6.1"
},

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

@@ -73,2 +73,3 @@ # Vonage Server SDK for Node.js

## References

@@ -78,7 +79,7 @@

* [Accounts](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/accounts/README.md)
* [Accounts][applications]
* [Applications](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/applications/README.md)
* [Audit](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/audit/README.md)
* [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)
* [Auth][auth]
* [JWT][jwt]
* [Messages](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/messages/README.md)

@@ -90,3 +91,3 @@ * [Number Insights](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/number-insights/README.md)

* [Server SDK](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/server-sdk/README.md)
* [SMS](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/sms/README.md)
* [SMS][sms]
* [Sub Accounts](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/subaccounts/README.md)

@@ -97,3 +98,3 @@ * [Verify](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify/README.md)

* [Video](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/video/README.md)
* [Voice](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/voice/README.md)
* [Voice][voice]

@@ -127,3 +128,29 @@ ## Supported APIs

### V2 Migrations
While most of the V2 functions have been ported into their own package, some of the functions have not been ported or were removed. Below is a list of those changes:
| V2 Function | Status | Note |
|-----------------------------|:---------------:|:------------------------------------------------------:|
| `vonage.conversion` | _REMOVED_ | |
| `vonage.conversation` | Not Implemented | This was only released as a beta package |
| `vonage.app` | _REMOVED_ | Moved to [Applications][applications] |
| `vonage.files` | Not ported | Has not been ported to V3 at this time |
| `vonage.message` | Moved | Moved to [SMS][sms] |
| `vonage.generateJwt` | Moved | Was moved to [JWT][jwt] |
| `vonage.generateSignature` | Not Ported | Has not been ported to V3 at this time |
| `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` | Not Ported | Has not been ported to V3 at this time |
For more information, check out each packages migration guide.
[applications]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/applications/README.md
[auth]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/auth/README.md
[sms]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/sms/README.md
[jwt]: https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/jwt/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
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc