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

@conform-to/dom

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conform-to/dom - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.8.2",
"version": "0.9.0",
"main": "index.js",

@@ -9,0 +9,0 @@ "module": "index.mjs",

export type Submission<Schema = any> = {
intent: string;
payload: Record<string, any>;
payload: Record<string, unknown>;
error: Record<string, string[]>;

@@ -5,0 +5,0 @@ value?: Schema | null;

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