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

@felte/common

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felte/common - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

CHANGELOG.md
# @felte/common
## 0.2.4
### Patch Changes
- 53e5278: Pass config object to extender
## 0.2.3

@@ -4,0 +10,0 @@

4

dist/index.d.ts

@@ -13,2 +13,3 @@ import { Readable, Writable } from "svelte/store";

touched: Writable<Touched<Data>>;
config: FormConfig<Data>;
};

@@ -48,2 +49,3 @@ type OnSubmitErrorState<Data extends Obj> = {

extend?: Extender | Extender[];
[key: string]: unknown;
}

@@ -56,2 +58,3 @@ /**

initialValues: Data;
[key: string]: unknown;
}

@@ -63,2 +66,3 @@ /**

initialValues?: Data;
[key: string]: unknown;
}

@@ -65,0 +69,0 @@ /** The errors object may contain either a string or array or string per key. */

2

package.json
{
"name": "@felte/common",
"version": "0.2.3",
"version": "0.2.4",
"description": "Common utilities for Felte packages",

@@ -5,0 +5,0 @@ "author": "Pablo Berganza <pablo@berganza.dev>",

Sorry, the diff of this file is not supported yet

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