🎩 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.4
to
2.0.5
+13
-14
package.json
{
"name": "@isoftdata/svelte-user-configuration",
"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 ."
},
"version": "2.0.5",
"exports": {

@@ -33,3 +22,3 @@ ".": {

"devDependencies": {
"@fortawesome/fontawesome-common-types": "^6.7.2",
"@fortawesome/fontawesome-common-types": "^7.1.0",
"@isoftdata/prettier-config": "^2.0.4",

@@ -81,3 +70,13 @@ "@isoftdata/svelte-bootstrap-version-switcher": "^1.1.0",

"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 ."
}
}
}