Comparing version 0.9.12 to 0.9.13
@@ -63,3 +63,2 @@ var querystring= require('querystring'), | ||
var creds = crypto.createCredentials({ }); | ||
var parsedUrl= URL.parse( url, true ); | ||
@@ -66,0 +65,0 @@ if( parsedUrl.protocol == "https:" && !parsedUrl.port ) { |
{ "name" : "oauth" | ||
, "description" : "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers." | ||
, "version" : "0.9.12" | ||
, "version" : "0.9.13" | ||
, "directories" : { "lib" : "./lib" } | ||
@@ -5,0 +5,0 @@ , "main" : "index.js" |
@@ -80,2 +80,4 @@ node-oauth | ||
* 0.9.13 | ||
- OAuth2: Fixes the "createCredentials() is deprecated, use tls.createSecureContext instead" message. (thank you AJ ONeal) | ||
* 0.9.12 | ||
@@ -183,1 +185,2 @@ - OAuth1/2: Can now pass Buffer instance directly for PUTs+POSTs (thank you Evan Prodromou) | ||
* Andreas Knecht | ||
* AJ ONeal |
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
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
123637
19
2561
185
6