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
2
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.17.4-test.0 to 0.18.1

README.md

21

package.json
{
"name": "remix-forms",
"version": "0.17.4-test.0",
"version": "0.18.1",
"description": "Magically create forms + actions in Remix!",

@@ -9,2 +9,19 @@ "main": "./dist/index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SeasonedSoftware/remix-forms.git"
},
"bugs": {
"url": "https://github.com/SeasonedSoftware/remix-forms/issues"
},
"homepage": "https://remix-forms.seasoned.cc",
"keywords": [
"remix",
"forms",
"actions",
"zod",
"typescript",
"react-hook-form"
],
"author": "Daniel Weinmann",
"scripts": {

@@ -21,3 +38,3 @@ "build": "tsup ./src/index.ts --format esm,cjs --dts --external react",

"react-hook-form": ">=7.27",
"remix-domains": ">=0.2.0",
"domain-functions": ">=1.0.0",
"zod": ">=3.12"

@@ -24,0 +41,0 @@ },

4

src/formAction.server.ts
import { json, redirect } from '@remix-run/server-runtime'
import type { DomainFunction } from 'remix-domains'
import { errorMessagesForSchema } from 'remix-domains'
import type { DomainFunction } from 'domain-functions'
import { errorMessagesForSchema } from 'domain-functions'
import type { SomeZodObject, z } from 'zod'

@@ -5,0 +5,0 @@ import { getFormValues } from './getFormValues'

@@ -1,2 +0,2 @@

import { inputFromForm } from 'remix-domains'
import { inputFromForm } from 'domain-functions'
import type { SomeZodObject, z } from 'zod'

@@ -3,0 +3,0 @@ import { coerceValue } from './coercions'

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