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

twilio

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

config.sample.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib');
module.exports = require('./lib');

@@ -1,3 +0,11 @@

exports.Client = require('./twilio');
exports.RestClient = require('./rest-client');
exports.Twiml = require('./twiml');
/**
@module twilio
A helper library for interaction with the Twilio REST API,
generation of TwiML markup, and creation of capability tokens for
use with the Twilio Client SDK.
*/
exports.Capability = require('./Capability');
exports.RestClient = require('./RestClient');
exports.TwimlResponse = require('./TwimlResponse');
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "0.4.1",
"author": "Kevin Whinnery <kevin.whinnery@gmail.com>",
"contributors": [
{"name":"Stephen Walters", "email":""}
],
"repository": {
"type": "git",
"url": "https://github.com/kwhinnery/twilio-node.git"
"name":"twilio",
"description":"A Twilio helper library",
"version":"0.5.0",
"author":"Kevin Whinnery <kevin.whinnery@gmail.com>",
"contributors":[
{
"name":"Stephen Walters",
"email":""
}
],
"repository":{
"type":"git",
"url":"https://github.com/kwhinnery/twilio-node.git"
},
"dependencies": {
"express": ">= 2.0.0"
"dependencies":{
"request":"2.x",
"pkginfo":"0.2.x",
"underscore":"1.x"
},
"modules": {
"client": "./lib/twilio",
"twiml": "./lib/twiml"
"scripts":{
"test":"jasmine-node spec"
},
"main": "./lib",
"engines": {
"node" : ">=0.4.0"
}
"main":"./lib",
"engines":{
"node":">=0.6.0"
}
}
# node-twilio
A Node.js Twilio helper library. This client library is under active development and is not yet fully supported by Twilio.
A Node.js Twilio helper library. This client library is under active development and is not yet fully supported by Twilio. Until we move to the 0.5.x release, please check out one of the other modules that have been updated more recently:
* [https://npmjs.org/package/twilio-js](https://npmjs.org/package/twilio-js)
* [https://npmjs.org/package/twilio-api](https://npmjs.org/package/twilio-api)
## Roadmap

@@ -6,0 +9,0 @@

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