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

to
0.17.1-rc.0

.turbo/turbo-build.log

47

package.json
{
"name": "remix-forms",
"version": "0.17.0",
"version": "0.17.1-rc.0",
"description": "Magically create forms + actions in Remix!",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "vitest",
"coverage": "vitest run --coverage"
"build": "tsup ./src/index.ts --format esm,cjs --dts --external react",
"dev": "tsup ./src/index.ts --format esm,cjs --watch --dts --external react",
"lint": "eslint *.ts*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeasonedSoftware/remix-forms.git"
},
"keywords": [
"remix",
"forms",
"actions",
"zod",
"typescript",
"react-hook-form"
],
"author": "Daniel Weinmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeasonedSoftware/remix-forms/issues"
},
"homepage": "https://remix-forms.seasoned.cc",
"peerDependencies": {

@@ -41,7 +22,15 @@ "@remix-run/react": ">=1.2",

"devDependencies": {
"@remix-run/dev": "^1.4.1",
"@remix-run/node": "^1.4.1",
"@remix-run/react": "^1.4.1",
"@types/lodash": "^4.14.181",
"@types/react": "^17.0.24",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"c8": "^7.11.2",
"typescript": "^4.5.5",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"react": "^17.0.2",
"tsconfig": "*",
"tsup": "^6.1.3",
"typescript": "^4.5.2",
"vitest": "^0.10.0"

@@ -48,0 +37,0 @@ },