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

@modular-forms/preact

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modular-forms/preact - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

LICENSE.md

24

package.json
{
"name": "@modular-forms/preact",
"description": "The modular and type-safe form library for Preact",
"version": "0.11.0",
"version": "0.11.1",
"license": "MIT",

@@ -43,7 +43,4 @@ "author": "Fabian Hiller",

},
"scripts": {
"build": "vite build --mode lib && tsc",
"format": "prettier --write \"./src\"",
"format.check": "prettier --check \"./src\"",
"lint": "eslint \"./src/**/*.ts*\" && tsc --noEmit"
"dependencies": {
"valibot": "1.0.0-beta.0"
},

@@ -60,3 +57,2 @@ "devDependencies": {

"typescript": "^5.5.4",
"valibot": "1.0.0-beta.0",
"vite": "^5.4.2",

@@ -67,10 +63,10 @@ "zod": "^3.23.8"

"@preact/signals": "^1.0.0",
"preact": "^10.0.0",
"valibot": "^1.0.0"
"preact": "^10.0.0"
},
"peerDependenciesMeta": {
"valibot": {
"optional": true
}
"scripts": {
"build": "vite build --mode lib && tsc",
"format": "prettier --write \"./src\"",
"format.check": "prettier --check \"./src\"",
"lint": "eslint \"./src/**/*.ts*\" && tsc --noEmit"
}
}
}
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