Socket
Socket
Sign inDemoInstall

@uxf/form

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/form - npm Package Compare versions

Comparing version 11.10.0 to 11.11.0

4

package.json
{
"name": "@uxf/form",
"version": "11.10.0",
"version": "11.11.0",
"description": "",

@@ -15,3 +15,3 @@ "publishConfig": {

"dependencies": {
"@uxf/ui": "11.10.0",
"@uxf/ui": "11.11.0",
"coordinate-parser": "1.0.7",

@@ -18,0 +18,0 @@ "dayjs": "1.11.10",

@@ -11,4 +11,4 @@ "use strict";

const data = (0, react_hook_form_1.useWatch)({ control: props.control });
return react_1.default.createElement("pre", { className: "bg-gray-100 p-2 text-sm dark:text-white" }, JSON.stringify(data, null, " "));
return (react_1.default.createElement("pre", { className: "bg-slate-100 p-2 text-sm dark:bg-slate-800 dark:text-white" }, JSON.stringify(data, null, " ")));
}
exports.FormDataPrinter = FormDataPrinter;
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