Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

africastalking

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

africastalking - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

12

package.json
{
"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`

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