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.9.3 to 0.9.4

3

dist/index.cjs.jsx

@@ -909,3 +909,3 @@ "use strict";

form.internal.setDirty(true);
validateIfNecessary(form, name, { on: "input" });
setTimeout(() => validateIfNecessary(form, name, { on: "input" }));
}

@@ -1378,3 +1378,2 @@ });

field.setActive(true);
validateIfNecessary(form, name, { on: "input" });
updateState(form);

@@ -1381,0 +1380,0 @@ }

@@ -837,3 +837,3 @@ // src/adapters/zodField.ts

form.internal.setDirty(true);
validateIfNecessary(form, name, { on: "input" });
setTimeout(() => validateIfNecessary(form, name, { on: "input" }));
}

@@ -1306,3 +1306,2 @@ });

field.setActive(true);
validateIfNecessary(form, name, { on: "input" });
updateState(form);

@@ -1309,0 +1308,0 @@ }

{
"name": "@modular-forms/solid",
"description": "The modular form library for SolidJS",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Fabian Hiller",

@@ -17,2 +17,3 @@ <img src="https://assets.solidjs.com/banner?project=Modular+Forms" alt="Modular Forms" /><br />

- Supports all native HTML form fields
- It's headless โ€“ you define the visual

@@ -19,0 +20,0 @@ ## ๐Ÿ’ฅ Motivation

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