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

passport-twitter-2

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-twitter-2 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

index.js

@@ -76,2 +76,5 @@ import { Strategy as PassportStrategy } from 'passport';

}
if (req.query?.error) {
return this.fail(req.query.error === "access_denied" ? "You denied the app!" : String(req.query.error));
}
let state = generateRandomString(32);

@@ -78,0 +81,0 @@ let code_verifier = generateRandomString(128);

2

package.json
{
"name": "passport-twitter-2",
"version": "0.0.2",
"version": "0.0.3",
"description": "Passport Strategy for Twitter API v2",

@@ -5,0 +5,0 @@ "main": "index.js",

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