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.8 to 0.0.9

2

lib/strategy.js

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

options.authorizationURL = options.authorizationURL || 'https://api.weixin.qq.com/sns/jscode2session';
options.tokenURL = options.authorizationURL;
options.tokenURL = options.tokenURL || options.authorizationURL;
OAuth2Strategy.call(this, options, verify);

@@ -14,0 +14,0 @@ this.name = 'weixin-app';

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

@@ -5,0 +5,0 @@ "main": "./lib",

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