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

twilio

Package Overview
Dependencies
Maintainers
2
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 1.11.1 to 2.0.0

4

lib/Client.js

@@ -41,2 +41,6 @@ //Dependencies

if (key === 'total' || key === 'last_page_uri' || key === 'num_pages') {
delete source[key];
}
//Supplement underscore values with camel-case

@@ -43,0 +47,0 @@ if (key.indexOf('_') > 0) {

6

lib/resources/generate.js

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

get(function(err, data) {
});

@@ -74,3 +74,3 @@ */

//can be either a string indicating an HTTP method to generate,
//can be either a string indicating an HTTP method to generate,
//or an object mapping a function name to an HTTP verb

@@ -97,2 +97,2 @@ if (typeof method === 'string') {

module.exports = generate;
module.exports = generate;
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "1.11.1",
"version": "2.0.0",
"author": "Kevin Whinnery <kevin.whinnery@gmail.com>",

@@ -6,0 +6,0 @@ "contributors": [

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