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

react-fields-keeper

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fields-keeper - npm Package Compare versions

Comparing version

to
0.4.3

public/demo.png

5

package.json
{
"name": "react-fields-keeper",
"version": "0.4.2",
"version": "0.4.3",
"type": "module",

@@ -10,3 +10,4 @@ "main": "./dist/index.umd.js",

"files": [
"/dist"
"/dist",
"/public"
],

@@ -13,0 +14,0 @@ "scripts": {

14

README.md

@@ -43,10 +43,9 @@ # React Fields Keeper

```
3. Sample Output
https://github.com/ThayalanGR/react-fields-keeper/blob/3b6dbadd79c3890314952de7f08ba6285c95f2c0/src/App.tsx#LL1C1-L41C2
3. Output
![alt](./public/demo.png)
### Get Hands On
### Getting Hands On

@@ -58,4 +57,9 @@ * [Demo (vercel) ](https://react-fields-keeper.vercel.app/)

### Change logs
- publish badges setup and readme updates
- Stability patch update for v0.4.1
- Stability fixes for v0.4.0
- Migrated to Vite with react + swc for preview
- Migrated to Vite with react + swc for preview
### Usage Code Snippet
https://github.com/ThayalanGR/react-fields-keeper/blob/3b6dbadd79c3890314952de7f08ba6285c95f2c0/src/App.tsx#LL1C1-L41C2