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
3
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 0.0.15 to 0.0.16

4

dist/api.d.ts

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

emailConfirmed?: boolean;
phoneConfirmed?: boolean;
phoneNumberConfirmed?: boolean;
address?: Address | undefined;

@@ -214,3 +214,3 @@ registrationState?: RegistrationState;

emailConfirmed?: boolean;
phoneConfirmed?: boolean;
phoneNumberConfirmed?: boolean;
address?: Address | undefined;

@@ -217,0 +217,0 @@ registrationState?: RegistrationState;

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

this.emailConfirmed = _data["emailConfirmed"];
this.phoneConfirmed = _data["phoneConfirmed"];
this.phoneNumberConfirmed = _data["phoneNumberConfirmed"];
this.address = _data["address"] ? Address.fromJS(_data["address"]) : undefined;

@@ -1204,3 +1204,3 @@ this.registrationState = _data["registrationState"];

data["emailConfirmed"] = this.emailConfirmed;
data["phoneConfirmed"] = this.phoneConfirmed;
data["phoneNumberConfirmed"] = this.phoneNumberConfirmed;
data["address"] = this.address ? this.address.toJSON() : undefined;

@@ -1207,0 +1207,0 @@ data["registrationState"] = this.registrationState;

{
"name": "@steffesgroup/steffes-auth",
"version": "0.0.15",
"version": "0.0.16",
"description": "Steffes Auth",

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

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