Socket
Socket
Sign inDemoInstall

twilio

Package Overview
Dependencies
Maintainers
1
Versions
301
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 1.0.1 to 1.1.0

2

lib/index.js

@@ -46,3 +46,3 @@ /**

var url = request.protocol + '://' + request.headers.host + request.url;
return initializer.validateRequest(authToken, request.header('X-Twilio-Signature'), url, request.body);
return initializer.validateRequest(authToken, request.header('X-Twilio-Signature'), url, request.body||{});
};

@@ -49,0 +49,0 @@

@@ -26,3 +26,3 @@ var _ = require('underscore');

case 'Gather': legalNodes = ['Say','Play','Pause']; break;
case 'Dial': legalNodes = ['Number','Client','Conference','Queue']; break;
case 'Dial': legalNodes = ['Number','Client','Conference','Queue','Sip']; break;
default: break;

@@ -29,0 +29,0 @@ }

{
"name":"twilio",
"description":"A Twilio helper library",
"version":"1.0.1",
"version":"1.1.0",
"author":"Kevin Whinnery <kevin.whinnery@gmail.com>",

@@ -18,3 +18,3 @@ "contributors":[

"type":"git",
"url":"https://github.com/kwhinnery/twilio-node.git"
"url":"https://github.com/twilio/twilio-node.git"
},

@@ -21,0 +21,0 @@ "dependencies":{

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

# node-twilio
# twilio-node

@@ -3,0 +3,0 @@ A node.js Twilio helper library. For usage infomation and API docs, head out here:

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