@acceleratxr/passport-twitter
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26248
11
313
9
24
1
+ Addedpassport-oauth1@^1.2.0