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

to
2.0.13

6

dist/api.d.ts

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

* @param tenantId The ID of the tenant to associate the entity with.
* @return User Addresses
*/

@@ -17,2 +18,4 @@ getAddresses(tenantId: string): Promise<Address[]>;

* Add phone to user
* @param tenantId The ID of the tenant to associate the entity with.
* @return User Phones
*/

@@ -104,2 +107,3 @@ getPhones(tenantId: string): Promise<Phone[]>;

* @param tenantId The ID of the tenant to associate the entity with.
* @return User Addresses
*/

@@ -110,2 +114,4 @@ getAddresses(tenantId: string, cancelToken?: CancelToken): Promise<Address[]>;

* Add phone to user
* @param tenantId The ID of the tenant to associate the entity with.
* @return User Phones
*/

@@ -112,0 +118,0 @@ getPhones(tenantId: string, cancelToken?: CancelToken): Promise<Phone[]>;

2

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

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

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