sveltekit-superforms
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import { pathExists, setPaths, traversePath, traversePaths } from './traversal.js'; | ||
import { clone } from './utils.js'; | ||
import merge from 'ts-deepmerge'; | ||
import { merge } from 'ts-deepmerge'; | ||
import { schemaInfo } from './jsonSchema/schemaInfo.js'; | ||
@@ -8,0 +8,0 @@ export class SuperFormError extends Error { |
{ | ||
"name": "sveltekit-superforms", | ||
"version": "2.0.0-alpha.34", | ||
"version": "2.0.0-alpha.35", | ||
"author": "Andreas Söderlund <ciscoheat@gmail.com> (https://blog.encodeart.dev)", | ||
@@ -46,3 +46,4 @@ "description": "Making SvelteKit forms a pleasure to use!", | ||
"lint": "prettier --check . && eslint .", | ||
"format": "prettier --write ." | ||
"format": "prettier --write .", | ||
"preinstall": "npx only-allow pnpm" | ||
}, | ||
@@ -105,9 +106,9 @@ "exports": { | ||
"ajv-formats": "^2.1.1", | ||
"arktype": "1.0.28-alpha", | ||
"arktype": "1.0.29-alpha", | ||
"joi": "^17.12.0", | ||
"superstruct": "^1.0.3", | ||
"valibot": "^0.25.0", | ||
"valibot": "^0.27.0", | ||
"yup": "^1.3.3", | ||
"zod": "^3.22.4", | ||
"zod-to-json-schema": "^3.22.3" | ||
"zod-to-json-schema": "^3.22.4" | ||
}, | ||
@@ -118,3 +119,3 @@ "dependencies": { | ||
"memoize-weak": "^1.0.2", | ||
"ts-deepmerge": "^6.2.1" | ||
"ts-deepmerge": "^7.0.0" | ||
}, | ||
@@ -125,3 +126,3 @@ "devDependencies": { | ||
"@sveltejs/package": "^2.2.6", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.1", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.2", | ||
"@types/json-schema": "^7.0.15", | ||
@@ -137,2 +138,3 @@ "@types/throttle-debounce": "^5.0.2", | ||
"json-schema-to-ts": "^3.0.0", | ||
"only-allow": "^1.2.1", | ||
"prettier": "^3.2.4", | ||
@@ -151,7 +153,12 @@ "prettier-plugin-svelte": "^3.1.2", | ||
"vite": "^5.0.12", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.2.2" | ||
}, | ||
"svelte": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"type": "module" | ||
"type": "module", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"devalue@4.3.2": "patches/devalue@4.3.2.patch" | ||
} | ||
} | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
239952
0.01%29
3.57%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated