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.7.0 to 0.8.0

5

dist/index.cjs.jsx

@@ -1229,3 +1229,4 @@ "use strict";

shouldDirty = true,
shouldValidate = true
shouldValidate = true,
shouldFocus = true
} = options;

@@ -1246,3 +1247,3 @@ (0, import_solid_js26.untrack)(() => {

on: "input",
shouldFocus: true
shouldFocus
});

@@ -1249,0 +1250,0 @@ }

1

dist/index.d.ts

@@ -529,2 +529,3 @@ import { Accessor, Setter, JSX } from 'solid-js';

shouldValidate: boolean;
shouldFocus: boolean;
}>;

@@ -531,0 +532,0 @@ /**

@@ -1159,3 +1159,4 @@ // src/components/Field.tsx

shouldDirty = true,
shouldValidate = true
shouldValidate = true,
shouldFocus = true
} = options;

@@ -1176,3 +1177,3 @@ untrack18(() => {

on: "input",
shouldFocus: true
shouldFocus
});

@@ -1179,0 +1180,0 @@ }

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

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

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