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.0-rc.1 to 1.0.0

4

coercion.js

@@ -123,2 +123,6 @@ 'use strict';

})));
} else if (type instanceof zod.ZodCatch) {
schema = new zod.ZodCatch(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, type._def), {}, {
innerType: enableTypeCoercion(type.removeCatch(), cache)
}));
} else if (type instanceof zod.ZodIntersection) {

@@ -125,0 +129,0 @@ schema = new zod.ZodIntersection(_rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, type._def), {}, {

4

package.json

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

"license": "MIT",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"main": "index.js",

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

"dependencies": {
"@conform-to/dom": "1.0.0-rc.1"
"@conform-to/dom": "1.0.0"
},

@@ -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