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 1.0.0 to 2.0.0

dist/lib/TwitterV1Strategy.js

3

dist/lib/index.js

@@ -13,3 +13,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./TwitterStrategy"), exports);
__exportStar(require("./TwitterV1Strategy"), exports);
__exportStar(require("./TwitterV2Strategy"), exports);
//# sourceMappingURL=index.js.map

@@ -1,1 +0,2 @@

export * from "./TwitterStrategy";
export * from "./TwitterV1Strategy";
export * from "./TwitterV2Strategy";
{
"name": "@acceleratxr/passport-twitter",
"version": "1.0.0",
"version": "2.0.0",
"description": "Passport strategy for authenticating with Twitter using the OAuth 2.0 API.",

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

"express": "^4.17.2",
"express-session": "^1.17.2",
"jest": "^27.0.6",

@@ -129,2 +130,3 @@ "jest-config": "^27.0.6",

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

@@ -131,0 +133,0 @@ "typescript": "^4.3.5"

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