Comparing version 1.11.1 to 2.0.0
@@ -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) { |
@@ -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": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
72939
1448
1