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

authnull

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authnull - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

declare.d.ts

@@ -21,1 +21,16 @@ export declare enum AuthorizationPlatform {

} : T extends AuthorizationPlatform.Debug ? {} : {};
export declare type WritableAuthorizationStatus<T extends AuthorizationPlatform> = {
platform: T;
username: string;
displayName: string;
identifier: string;
email: string;
phone: string;
infos: Record<string, any>;
beacons: Record<string, any>;
} & WritableDynamicAuthorizationStatus<T>;
export declare type WritableDynamicAuthorizationStatus<T extends AuthorizationPlatform> = T extends AuthorizationPlatform.Brontosaurus ? {
raw: string;
} : T extends AuthorizationPlatform.Google ? {
token: string;
} : T extends AuthorizationPlatform.Debug ? {} : {};

2

package.json
{
"name": "authnull",
"main": "index.js",
"version": "1.0.0",
"version": "1.0.1",
"description": ":sparkles: Authnull Server for TypeScript",

@@ -6,0 +6,0 @@ "repository": {

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