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.1 to 0.12.0

18

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

@@ -43,4 +43,10 @@ "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"
"valibot": "^1.0.0-beta.6"
},

@@ -63,9 +69,3 @@ "devDependencies": {

"preact": "^10.0.0"
},
"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