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

passport-rescuetime

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-rescuetime - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

6

lib/passport-rescuetime/strategy.js

@@ -82,7 +82,8 @@ /**

this._oauth2.get(this._userProfileURL, accessToken, function (err, body, res) {
if (err) { return done(new InternalOAuthError('failed to fetch user profile', err)); }
if (err) { console.log("AHH "+error);
return done(new InternalOAuthError('failed to fetch user profile', err)); }
try {
var json = JSON.parse(body);
console.log(json);
console.log('YOYO ' + json);

@@ -101,2 +102,3 @@ var profile = { provider: 'rescuetime' };

} catch(e) {
console.log('messed up: ' + e);
done(e);

@@ -103,0 +105,0 @@ }

{
"name": "passport-rescuetime",
"version": "0.1.6",
"version": "0.1.7",
"description": "GitHub authentication strategy for Passport.",

@@ -5,0 +5,0 @@ "keywords": [

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