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

@acceleratxr/passport-twitter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acceleratxr/passport-twitter - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

1

dist/types/TwitterV1Strategy.d.ts

@@ -7,2 +7,3 @@ declare const OAuthStrategy: any;

accessTokenURL?: string;
allowRedirect?: boolean;
/** The URL to Twitter API's access token request endpoint. Default is `https://api.twitter.com/2/oauth2/token`. */

@@ -9,0 +10,0 @@ tokenURL?: string;

@@ -9,2 +9,3 @@ /// <reference types="node" />

export interface TwitterV2StrategyOptions {
allowRedirect?: boolean;
/** The Twitter authorization URL. Default is `https://api.twitter.com/oauth/authenticate`. */

@@ -11,0 +12,0 @@ authorizationURL?: string;

6

package.json
{
"name": "@acceleratxr/passport-twitter",
"version": "2.1.0",
"version": "2.2.0",
"description": "Passport strategy for authenticating with Twitter using the OAuth 2.0 API.",

@@ -123,2 +123,4 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

"dependencies": {
"@acceleratxr/passport-oauth1": "^1.2.0",
"@acceleratxr/passport-oauth2": "^1.6.1",
"@types/node": "^17.0.10",

@@ -130,6 +132,4 @@ "@types/passport": "^1.0.7",

"passport-oauth": "^1.0.0",
"passport-oauth1": "^1.2.0",
"passport-oauth2": "^1.6.1",
"typescript": "^4.3.5"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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