🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@isoftdata/svelte-user-configuration

Package Overview
Dependencies
Maintainers
11
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/svelte-user-configuration - npm Package Compare versions

Comparing version
2.3.1
to
2.3.2
+1
-1
dist/UserAccountInfo.svelte

@@ -349,3 +349,3 @@ <script lang="ts">

<div class="card-footer">
{#if !myAccountMode}
{#if !myAccountMode && sendPasswordRecoveryToken}
<Button

@@ -352,0 +352,0 @@ size="sm"

@@ -55,3 +55,3 @@ import type { ComponentProps } from 'svelte';

export type PermissionListCardHeaderTitle = ComponentProps<typeof PermissionList>['cardHeaderTitle'];
/** Returns a Map where the key is the `permissioniId` and the value is the highest permission level for the given group membership
/** Returns a Map where the key is the `permissionId` and the value is the highest permission level for the given group membership
*

@@ -58,0 +58,0 @@ * You'll probably want to call this in your code when the group membership changes, and pass the result to the `groupPermissionValueMap` prop of the `PermissionList` component.

@@ -12,3 +12,3 @@ import DeactivateUserModal from './DeactivateUserModal.svelte';

};
/** Returns a Map where the key is the `permissioniId` and the value is the highest permission level for the given group membership
/** Returns a Map where the key is the `permissionId` and the value is the highest permission level for the given group membership
*

@@ -15,0 +15,0 @@ * You'll probably want to call this in your code when the group membership changes, and pass the result to the `groupPermissionValueMap` prop of the `PermissionList` component.

{
"name": "@isoftdata/svelte-user-configuration",
"version": "2.3.1",
"version": "2.3.2",
"exports": {

@@ -5,0 +5,0 @@ ".": {