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.2 to 0.2.3

6

CHANGELOG.md
# @felte/common
## 0.2.3
### Patch Changes
- a664ef3: Update types to allow validator to return undefined
## 0.2.2

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

2

dist/index.d.ts

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

/** Optional function to validate the data. */
validate?: (values: Data) => Errors<Data> | Promise<Errors<Data>>;
validate?: (values: Data) => Errors<Data> | undefined | Promise<Errors<Data> | undefined>;
/** Required function to handle the form data on submit. */

@@ -41,0 +41,0 @@ onSubmit: (values: Data) => Promise<void> | void;

{
"name": "@felte/common",
"version": "0.2.2",
"version": "0.2.3",
"description": "Common utilities for Felte packages",

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

"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {

@@ -15,0 +17,0 @@ "access": "public"

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