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

@accounts/types

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/types - npm Package Compare versions

Comparing version 1.0.0-alpha-20231115113719-ae2b53a9 to 1.0.0-alpha-20231115205645-aa630d56

4

lib/types/create-user-result.d.ts
import { LoginResult } from './login-result';
export interface CreateUserResult {
/**
* Will be returned only if `ambiguousErrorMessages` is set to false.
* Will be returned only if 'ambiguousErrorMessages' is set to false or 'requireEmailVerification' is set to false.
*/
userId?: string;
/**
* Will be returned only if `enableAutologin` is set to true.
* Will be returned only if 'enableAutologin' is set to true and 'requireEmailVerification' is set to false.
*/
loginResult?: LoginResult;
}
{
"name": "@accounts/types",
"version": "1.0.0-alpha-20231115113719-ae2b53a9",
"version": "1.0.0-alpha-20231115205645-aa630d56",
"description": "Accounts-js Types",

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

@@ -5,9 +5,9 @@ import { LoginResult } from './login-result';

/**
* Will be returned only if `ambiguousErrorMessages` is set to false.
* Will be returned only if 'ambiguousErrorMessages' is set to false or 'requireEmailVerification' is set to false.
*/
userId?: string;
/**
* Will be returned only if `enableAutologin` is set to true.
* Will be returned only if 'enableAutologin' is set to true and 'requireEmailVerification' is set to false.
*/
loginResult?: LoginResult;
}
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