You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@truework/forms

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0-beta4 to 1.9.0

11

CHANGELOG.md
# @truework/forms
## 1.9.0
### Minor Changes
- 37b2dbc: Build with Vite
### Patch Changes
- Updated dependencies [398825f]
- @truework/ui@1.4.0
## 1.8.0

@@ -4,0 +15,0 @@

23

package.json
{
"name": "@truework/forms",
"version": "1.9.0-beta4",
"version": "1.9.0",
"description": "",

@@ -8,8 +8,2 @@ "main": "dist/forms.cjs.js",

"types": "dist/index.d.ts",
"scripts": {
"watch": "vite",
"build": "vite build && pnpm typegen",
"typegen": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit"
},
"jest": {

@@ -45,4 +39,2 @@ "verbose": true,

"jest": "^24.5.0",
"react": "16",
"styled-components": "^5.3.5",
"ts-jest": "^24.0.0",

@@ -53,3 +45,3 @@ "typescript": "4.6.4",

"dependencies": {
"@truework/ui": "^1.4.0-beta8",
"@truework/ui": "^1.4.0",
"formik": "^2.1.5",

@@ -67,3 +59,10 @@ "lodash": "^4.17.15",

"styled-components": "^5.3.5"
}
}
},
"scripts": {
"watch": "vite",
"build": "vite build && pnpm typegen",
"typegen": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit"
},
"readme": "# @truework/forms ![npm](https://img.shields.io/npm/v/@truework/forms) [![](https://badgen.net/bundlephobia/minzip/@truework/forms)](https://bundlephobia.com/result?p=@truework/forms)\n\nTruework's React form toolkit. Built with\n[formik](https://github.com/jaredpalmer/formik) and\n[@truework/ui](https://github.com/truework/ui).\n\n```bash\nnpm i @truework/forms --save\n```\n\n### License\n\nMIT License © [Truework](https://truework.com)\n"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc