🎩 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
10
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.0.3
to
2.0.4
+1
-1
dist/UserAccountInfo.svelte

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

onclick={() => {
passwordRecoveryModal?.open(userAccount.workEmail, userAccount.lastPasswordResetDate)
passwordRecoveryModal?.open(userAccount.recoveryEmail, userAccount.lastPasswordResetDate)
}}

@@ -353,0 +353,0 @@ >

{
"name": "@isoftdata/svelte-user-configuration",
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"exports": {

@@ -69,13 +80,3 @@ ".": {

"pnpm": "10.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
}
}
}