You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

sveltekit-superforms

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-superforms - npm Package Compare versions

Comparing version

to
2.0.0-alpha.35

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