africastalking
Advanced tools
Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "africastalking", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Official AfricasTalking node.js API wrapper", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"@hapi/joi": "^16.1.7", | ||
"axios": "^1.2.6", | ||
"body-parser": "^1.19.1", | ||
"axios": "^1.6.2", | ||
"body-parser": "^1.20.2", | ||
"dotenv": "^16.3.1", | ||
@@ -44,8 +44,8 @@ "google-libphonenumber": "^3.2.33", | ||
"devDependencies": { | ||
"express": "^4.17.2", | ||
"mocha": "^9.2.0", | ||
"express": "^4.18.2", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3", | ||
"supertest": "^6.2.2" | ||
"supertest": "^6.3.3" | ||
} | ||
} |
@@ -31,6 +31,6 @@ # Africa's Talking Node.js SDK | ||
}; | ||
const Africastalking = require('africastalking')(credentials); | ||
const AfricasTalking = require('africastalking')(credentials); | ||
// Initialize a service e.g. SMS | ||
const sms = Africastalking.SMS | ||
const sms = AfricasTalking.SMS | ||
@@ -63,3 +63,3 @@ // Use the service | ||
- [Mobile Data Service](#mobiledata) : `AfricasTalking.MOBILEDATA` | ||
- [Mobile Data Service](#mobiledata) : `AfricasTalking.MOBILE_DATA` | ||
@@ -66,0 +66,0 @@ - [Voice Service](#voice) : `AfricasTalking.VOICE` |
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
67069
Updatedaxios@^1.6.2
Updatedbody-parser@^1.20.2