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

svelte-forms-lib

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
1.7.1

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

{
value: textarea_value_value = "\n " + /*$form*/ ctx[1][/*name*/ ctx[0]] + "\n"
value: textarea_value_value = /*$form*/ ctx[1][/*name*/ ctx[0]]
}

@@ -1106,3 +1106,3 @@ ];

dirty & /*$$props*/ 16 && /*$$props*/ ctx[4],
dirty & /*$form, name*/ 3 && textarea_value_value !== (textarea_value_value = "\n " + /*$form*/ ctx[1][/*name*/ ctx[0]] + "\n") && { value: textarea_value_value }
dirty & /*$form, name*/ 3 && textarea_value_value !== (textarea_value_value = /*$form*/ ctx[1][/*name*/ ctx[0]]) && { value: textarea_value_value }
]));

@@ -1109,0 +1109,0 @@ },

{
"name": "svelte-forms-lib",
"version": "1.7.0",
"version": "1.7.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

Sorry, the diff of this file is not supported yet