Socket
Socket
Sign inDemoInstall

@conform-to/zod

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/zod - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

coercion.js

@@ -88,3 +88,3 @@ 'use strict';

}
if (typeof value === 'undefined' || typeof coerceFile(value) === 'undefined') {
if (typeof value === 'undefined' || typeof coerceFile(coerceString(value)) === 'undefined') {
return [];

@@ -91,0 +91,0 @@ }

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

"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -29,3 +29,3 @@ "module": "index.mjs",

"dependencies": {
"@conform-to/dom": "1.0.1"
"@conform-to/dom": "1.0.2"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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