New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@modular-forms/solid

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modular-forms/solid - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

package.json
{
"name": "@modular-forms/solid",
"description": "The modular form library for SolidJS",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -48,5 +48,5 @@ "author": "Fabian Hiller",

"prettier": "^2.7.1",
"solid-js": "^1.5.6",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"solid-js": "^1.6.0",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},

@@ -53,0 +53,0 @@ "peerDependencies": {

@@ -1,2 +0,2 @@

![Modular Forms: The modular form library for SolidJS](https://raw.githubusercontent.com/fabian-hiller/modular-forms/main/banner.jpg)
# Modular Forms

@@ -18,5 +18,5 @@ Modular Forms is a JavaScript library that is build on top of [SolidJS](https://github.com/solidjs/solid) to validate and handle various types of forms. It is fast by default and the bundle size is small due to a modular design. Try it out on our [website](https://modularforms.dev/playground)!

Since you're using SolidJS, I asume native performance, granualar reactivity, and a small bundle size is important for you. Why should that not also count for your form library? Is there really a need to opt-in to a big and slow form library to meet all your needs?
Since you're using SolidJS, I assume native performance, granular reactivity, and a small bundle size is important to you. Why should that not also count for your form library? Is there really a need to opt-in to a big and slow form library to meet all your needs?
I said no and untertook a attempt to develop a modular form library that is as powerful as big libraries like Formik, React Hook Form and Felt, that is fast by default and takes only 2.5 KB (minified + gzipped) for a small and uncomplicated login form or up to 5 KB (minified + gzipped) for a complex and dynamic form. The result of this journy is this library called **Modular Forms**!
I said no, and undertook an attempt to develop a modular form library that is as powerful as big libraries like Formik, React Hook Form and Felte, that is fast by default and takes only 2.5 KB (minified + gzipped) for a small and uncomplicated login form or up to 5 KB (minified + gzipped) for a complex and dynamic form. The result of this journey is this library called **Modular Forms**!

@@ -29,3 +29,3 @@ > Since the library itself is modular, the bundle size increases less than linear as more functionality is used. Basic functionality starts at 2.5 KB (minified + gzipped) and the most complex form you can create requires about 5 KB (minified + gzipped).

You find a bug or have an idea how to improve the library? Please fill out an [issue](https://github.com/fabian-hiller/modular-forms/issues/new). Together we can make the library even better!
Find a bug or have an idea how to improve the library? Please fill out an [issue](https://github.com/fabian-hiller/modular-forms/issues/new). Together we can make the library even better!

@@ -32,0 +32,0 @@ ## 🙌🏼 Credits

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