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

@modular-forms/solid

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modular-forms/solid - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1

LICENSE.md

24

package.json
{
"name": "@modular-forms/solid",
"description": "The modular and type-safe form library for SolidJS",
"version": "0.24.0",
"version": "0.24.1",
"license": "MIT",

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

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

@@ -66,14 +63,13 @@ "devDependencies": {

"typescript": "^5.5.4",
"valibot": "1.0.0-beta.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"solid-js": "^1.3.1",
"valibot": "^1.0.0"
"solid-js": "^1.3.1"
},
"peerDependenciesMeta": {
"valibot": {
"optional": true
}
"scripts": {
"build": "rollup -c ./rollup.config.js",
"format": "prettier --write .",
"format.check": "prettier --check .",
"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