Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianpatricck/fieldsafe
:lock: Security and persistence of your app data
https://github.com/ianpatricck/fieldsafe
fieldsafe form form-validation forms front-end frontend html5 javascript library mask mask-detection masking regex regex-validator regexp security validation validator
Last synced: about 1 month ago
JSON representation
:lock: Security and persistence of your app data
- Host: GitHub
- URL: https://github.com/ianpatricck/fieldsafe
- Owner: ianpatricck
- License: mit
- Created: 2023-02-20T16:48:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T14:50:24.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T04:33:28.829Z (about 2 months ago)
- Topics: fieldsafe, form, form-validation, forms, front-end, frontend, html5, javascript, library, mask, mask-detection, masking, regex, regex-validator, regexp, security, validation, validator
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ FieldSafe
## Security and persistence of your app dataLibrary to assist in the development of security for form fields, with validation by RegEx, Sanitization and Mask in inputs.
```html
```
__Initialization__
```js
const validator = new Validation();
const isEmail = validator.email('[email protected]');console.log(isEmail) // true
```Other concepts and examples will be discussed in this project's Wiki.