Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-formula

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-formula - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

5

CHANGELOG.md

@@ -8,7 +8,8 @@ # Changelog

## [0.8.5] - 2021-02-23
## [0.8.6] - 2021-02-23
### Fixed
- When a single value field is emptied after having values, correctly update the form state instead of leaving value value
- When a single value field is emptied after having values, correctly update the form state instead of leaving previous value
- Removed a stay comma introduced in `0.8.5`, and fixed typo in `0.8.4`

@@ -15,0 +16,0 @@ ## [0.8.3] - 2021-02-22

2

package.json
{
"name": "svelte-formula",
"description": "Reactive Forms for Svelte",
"version": "0.8.5",
"version": "0.8.6",
"keywords": [

@@ -6,0 +6,0 @@ "svelte",

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

console.log(name, value);
stores.formValues.update(function (state) {

@@ -606,0 +605,0 @@ var _a;

@@ -607,3 +607,2 @@ (function (global, factory) {

console.log(name, value);
stores.formValues.update(function (state) {

@@ -610,0 +609,0 @@ var _a;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc