New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-authenticators

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-authenticators - npm Package Compare versions

Comparing version 0.2.0-experiiment-1 to 0.2.0-experiiment-2

3

lib/index.d.ts

@@ -12,4 +12,5 @@ import FacebookAuthenticator from './vendors/FacebookAuthenticator';

import ZaloAuthenticator from './vendors/ZaloAuthenticator';
import AppleAuthenticator from './vendors/AppleAuthenticator';
import OAuth from './oauth/OAuth';
import OAuth2 from './oauth2/OAuth2';
export { FacebookAuthenticator, FoursquareAuthenticator, GithubAuthenticator, GoogleAuthenticator, InstagramAuthenticator, LinkedInAuthenticator, PinterestAuthenticator, TumblrAuthenticator, TwitterAuthenticator, LineAuthenticator, ZaloAuthenticator, OAuth2, OAuth };
export { FacebookAuthenticator, FoursquareAuthenticator, GithubAuthenticator, GoogleAuthenticator, InstagramAuthenticator, LinkedInAuthenticator, PinterestAuthenticator, TumblrAuthenticator, TwitterAuthenticator, LineAuthenticator, ZaloAuthenticator, AppleAuthenticator, OAuth2, OAuth };

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.OAuth = exports.OAuth2 = exports.ZaloAuthenticator = exports.LineAuthenticator = exports.TwitterAuthenticator = exports.TumblrAuthenticator = exports.PinterestAuthenticator = exports.LinkedInAuthenticator = exports.InstagramAuthenticator = exports.GoogleAuthenticator = exports.GithubAuthenticator = exports.FoursquareAuthenticator = exports.FacebookAuthenticator = void 0;
exports.OAuth = exports.OAuth2 = exports.AppleAuthenticator = exports.ZaloAuthenticator = exports.LineAuthenticator = exports.TwitterAuthenticator = exports.TumblrAuthenticator = exports.PinterestAuthenticator = exports.LinkedInAuthenticator = exports.InstagramAuthenticator = exports.GoogleAuthenticator = exports.GithubAuthenticator = exports.FoursquareAuthenticator = exports.FacebookAuthenticator = void 0;
const FacebookAuthenticator_1 = __importDefault(require("./vendors/FacebookAuthenticator"));

@@ -30,2 +30,4 @@ exports.FacebookAuthenticator = FacebookAuthenticator_1.default;

exports.ZaloAuthenticator = ZaloAuthenticator_1.default;
const AppleAuthenticator_1 = __importDefault(require("./vendors/AppleAuthenticator"));
exports.AppleAuthenticator = AppleAuthenticator_1.default;
const OAuth_1 = __importDefault(require("./oauth/OAuth"));

@@ -32,0 +34,0 @@ exports.OAuth = OAuth_1.default;

{
"name": "express-authenticators",
"version": "0.2.0-experiiment-1",
"version": "0.2.0-experiiment-2",
"description": "Third party authenticators in nodejs. Support various providers. Almost zero dependencies.",

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

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