🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@conform-to/react

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conform-to/react - npm Package Compare versions

Comparing version

to
1.6.1

dist/_virtual/_rollupPluginBabelHelpers.js

29

package.json

@@ -6,15 +6,19 @@ {

"license": "MIT",
"version": "1.6.0",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"version": "1.6.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"module": "./index.mjs",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.mjs"
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}
},
"files": [
"./dist/**/*.{js,mjs}",
"./dist/**/*.d.ts"
],
"repository": {

@@ -34,3 +38,3 @@ "type": "git",

"dependencies": {
"@conform-to/dom": "1.6.0"
"@conform-to/dom": "1.6.1"
},

@@ -65,8 +69,9 @@ "devDependencies": {

"build:js": "rollup -c",
"build:ts": "tsc",
"build:ts": "tsc --project ./tsconfig.build.json",
"build": "pnpm run \"/^build:.*/\"",
"dev:js": "pnpm run build:js --watch",
"dev:ts": "pnpm run build:ts --watch",
"dev": "pnpm run \"/^dev:.*/\""
"dev": "pnpm run \"/^dev:.*/\"",
"typecheck": "tsc"
}
}

@@ -10,3 +10,3 @@ ```

Version 1.6.0 / License MIT / Copyright (c) 2024 Edmund Hung
Version 1.6.1 / License MIT / Copyright (c) 2024 Edmund Hung

@@ -13,0 +13,0 @@ A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js.