New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

passport-weixin-app

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-weixin-app - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

lib/profile.js

@@ -7,5 +7,4 @@ exports.parse = function(json) {

var profile = {};
profile.provider = 'weixin';
profile.id = String(json.unionid || json.openid);
return profile;
};

1

lib/strategy.js

@@ -61,2 +61,3 @@ var OAuth2Strategy = require('passport-oauth2')

var profile = Profile.parse(res.body);
profile.provider = 'weixin-app';
profile._json = res.body;

@@ -63,0 +64,0 @@

{
"name": "passport-weixin-app",
"version": "0.0.2",
"version": "0.0.3",
"description": "Weixin app authentication strategy for Passport.",

@@ -15,4 +15,3 @@ "main": "./lib",

},
"devDependencies": {
}
"devDependencies": {}
}
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