@vonage/verify
Advanced tools
Comparing version 1.12.0 to 1.12.1
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@vonage/verify", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Verify API provides a choice of routes for sending a code to a user. You can use this to confirm a user's contact information, as a second factor when authenticating users, or for step-up authentication.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -13,3 +13,3 @@ # Vonage Verify SDK for Node.js | ||
If you are updating from V2 to V3, please check the migration guide found [here](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify/v2_TO_v3_MIGRATION_GUIDE.md) | ||
If you are updating from V2 to V3 of the SDK, please check the migration guide found [here](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/verify/v2_TO_v3_MIGRATION_GUIDE.md) | ||
@@ -48,3 +48,3 @@ - [Installation](#installation) | ||
const credentials = { | ||
const credentials = { | ||
apiKey: API_KEY, | ||
@@ -51,0 +51,0 @@ apiSecret: API_SECRET, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74397