🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

svelte-forms-lib

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-forms-lib - npm Package Compare versions

Comparing version

to
2.0.1

4

build/index.js

@@ -821,3 +821,3 @@ 'use strict';

if (util.isNullish(error) || util.getValues(error).length === 0) {
clearErrorsAndSubmit(values);
return clearErrorsAndSubmit(values);
} else {

@@ -855,3 +855,3 @@ errors.set(error);

clearErrorsAndSubmit(values);
return clearErrorsAndSubmit(values);
});

@@ -858,0 +858,0 @@ }

@@ -133,3 +133,3 @@ import {derived, writable, get} from 'svelte/store';

if (util.isNullish(error) || util.getValues(error).length === 0) {
clearErrorsAndSubmit(values);
return clearErrorsAndSubmit(values);
} else {

@@ -167,3 +167,3 @@ errors.set(error);

clearErrorsAndSubmit(values);
return clearErrorsAndSubmit(values);
});

@@ -170,0 +170,0 @@ }

{
"name": "svelte-forms-lib",
"version": "2.0.0",
"version": "2.0.1",
"description": "Svelte forms lib - A lightweight library for managing forms in Svelte v3",

@@ -5,0 +5,0 @@ "typings": "./lib/index.d.ts",

Sorry, the diff of this file is not supported yet