Socket
Socket
Sign inDemoInstall

oauth

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.12 to 0.9.13

examples/github-example.js

1

lib/oauth2.js

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc