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

@steffesgroup/steffes-auth

Package Overview
Dependencies
Maintainers
0
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steffesgroup/steffes-auth - npm Package Compare versions

Comparing version 2.0.15 to 2.1.1

32

dist/api.d.ts

@@ -317,3 +317,3 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelToken } from 'axios';

*/
verifyInformation(tenantId: string, verifyUserDTO: RegisterUserDTO): Promise<UserDTO>;
verifyInformation(tenantId: string, verifyUserDTO: VerifyUserDTO): Promise<UserDTO>;
}

@@ -347,3 +347,3 @@ export declare class RegisterClient extends AuthorizedApiBase implements IRegisterClient {

*/
verifyInformation(tenantId: string, verifyUserDTO: RegisterUserDTO, cancelToken?: CancelToken): Promise<UserDTO>;
verifyInformation(tenantId: string, verifyUserDTO: VerifyUserDTO, cancelToken?: CancelToken): Promise<UserDTO>;
protected processVerifyInformation(response: AxiosResponse): Promise<UserDTO>;

@@ -955,2 +955,30 @@ }

}
export declare class VerifyUserDTO implements IVerifyUserDTO {
address?: CreateAddressDTO;
company?: string | undefined;
email: string;
firstName: string;
lastName: string;
password: string;
phone?: CreatePhoneDTO;
emailNotifications?: boolean;
textNotifications?: boolean;
industryIds?: string[];
constructor(data?: IVerifyUserDTO);
init(_data?: any): void;
static fromJS(data: any): VerifyUserDTO;
toJSON(data?: any): any;
}
export interface IVerifyUserDTO {
address?: CreateAddressDTO;
company?: string | undefined;
email: string;
firstName: string;
lastName: string;
password: string;
phone?: CreatePhoneDTO;
emailNotifications?: boolean;
textNotifications?: boolean;
industryIds?: string[];
}
export interface FileResponse {

@@ -957,0 +985,0 @@ data: Blob;

2

package.json
{
"name": "@steffesgroup/steffes-auth",
"version": "2.0.15",
"version": "2.1.1",
"description": "Steffes Auth",

@@ -5,0 +5,0 @@ "main": "dist/api.js",

Sorry, the diff of this file is too big to display

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