New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remix-forms

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-forms - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

3

lib/shapeInfo.js

@@ -9,2 +9,5 @@ "use strict";

const typeName = shape._def.typeName;
if (typeName === 'ZodEffects') {
return shapeInfo(shape._def.schema, optional, nullable, getDefaultValue, enumValues);
}
if (typeName === 'ZodOptional') {

@@ -11,0 +14,0 @@ return shapeInfo(shape._def.innerType, true, nullable, getDefaultValue, enumValues);

4

package.json
{
"name": "remix-forms",
"version": "0.10.0",
"version": "0.10.1",
"description": "Magically create forms + actions in Remix!",

@@ -37,3 +37,3 @@ "main": "./lib/index.js",

"react": ">=16.8",
"remix-domains": ">=0.1.0",
"remix-domains": ">=0.2.0",
"zod": ">=3.12"

@@ -40,0 +40,0 @@ },

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