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.2.0 to 2.2.1

4

dist/lib/TwitterV1Strategy.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwitterV1Strategy = void 0;
const OAuthStrategy = require("passport-oauth1");
const { InternalOAuthError } = require("passport-oauth");
const OAuthStrategy = require("@acceleratxr/passport-oauth1");
const { InternalOAuthError } = require("@acceleratxr/passport-oauth1");
/**

@@ -7,0 +7,0 @@ * The Twitter authentication strategy authenticates requests by delegating to Twitter API v1.1 using the OAuth 1.0a protocol.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwitterV2Strategy = void 0;
const OAuth2Strategy = require("passport-oauth2");
const OAuth2Strategy = require("@acceleratxr/passport-oauth2");
const { InternalOAuthError } = require("passport-oauth");

@@ -6,0 +6,0 @@ /**

/// <reference types="node" />
import { OutgoingHttpHeaders } from "http";
import { StateStore } from "passport-oauth2";
import OAuth2Strategy = require("passport-oauth2");
declare const OAuth2Strategy: any;
/**

@@ -28,3 +27,3 @@ * Configuration options for the Twitter authentication strategy.

sessionKey?: string | undefined;
store?: StateStore | undefined;
store?: any;
/** Custom state to pass to Twitter that will be returned in the callback. */

@@ -58,1 +57,2 @@ state?: any;

}
export {};
{
"name": "@acceleratxr/passport-twitter",
"version": "2.2.0",
"version": "2.2.1",
"description": "Passport strategy for authenticating with Twitter using the OAuth 2.0 API.",

@@ -5,0 +5,0 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

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