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

@haechi-labs/face-types

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haechi-labs/face-types - npm Package Compare versions

Comparing version 1.9.5 to 1.10.0-alpha.0

9

dist/auth.d.ts

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

export type LoginProviderType = 'google.com' | 'facebook.com' | 'apple.com' | 'kakao.com' | 'twitter.com';
export declare const LoginProvider: {
readonly Google: "google.com";
readonly Apple: "apple.com";
readonly Discord: "discord.com";
readonly Facebook: "facebook.com";
readonly Kakao: "kakao.com";
};
export type LoginProviderType = typeof LoginProvider[keyof typeof LoginProvider];
export interface LoginWithIdTokenRequest {

@@ -3,0 +10,0 @@ idToken: string;

@@ -7,2 +7,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.LoginProvider = void 0;
exports.LoginProvider = {
Google: 'google.com',
Apple: 'apple.com',
// Twitter: 'twitter.com', TODO: Unsupported Twitter
Discord: 'discord.com',
Facebook: 'facebook.com',
Kakao: 'kakao.com',
};
//# sourceMappingURL=auth.js.map

4

package.json
{
"name": "@haechi-labs/face-types",
"version": "1.9.5",
"version": "1.10.0-alpha.0",
"description": "",

@@ -27,3 +27,3 @@ "author": "",

},
"gitHead": "eb8bbfb60b2a2b277267cff869c1bf7191a705ce",
"gitHead": "9040febb8cbcfbdb8197d818afdfe3472f45b077",
"publishConfig": {

@@ -30,0 +30,0 @@ "access": "public"

@@ -6,9 +6,13 @@ /*

export type LoginProviderType =
| 'google.com'
| 'facebook.com'
| 'apple.com'
| 'kakao.com'
| 'twitter.com';
export const LoginProvider = {
Google: 'google.com',
Apple: 'apple.com',
// Twitter: 'twitter.com', TODO: Unsupported Twitter
Discord: 'discord.com',
Facebook: 'facebook.com',
Kakao: 'kakao.com',
} as const;
export type LoginProviderType = typeof LoginProvider[keyof typeof LoginProvider];
export interface LoginWithIdTokenRequest {

@@ -15,0 +19,0 @@ idToken: string;

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