πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
DemoInstallSign in
Socket

nfsfu234-form-validation

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfsfu234-form-validation - npm Package Compare versions

Comparing version

to
2.3.2

4

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nfsfu234-form-validation.netlify.app/",
"version": "2.3.1",
"version": "2.3.2",
"config": {

@@ -57,3 +57,3 @@ "version_short": "2.3"

"devDependencies": {
"nfsfu234-form-validation": "^2.3.1",
"nfsfu234-form-validation": "^2.3.2",
"@babel/core": "^7.23.3",

@@ -60,0 +60,0 @@ "@babel/preset-env": "^7.23.3",

@@ -74,11 +74,7 @@ # πŸ“œ NFSFU234 Form Validation Library

```html
<<<<<<< HEAD
<!-- NFSFU234 Form Validation CSS File -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/nfsfu234-form-validation@latest/dist/css/nfsfu234FormValidation.min.css">
<!-- NFSFU234 Form Validation JS File -->
<script src="https://cdn.jsdelivr.net/npm/nfsfu234-form-validation@latest/dist/js/nfsfu234FormValidation.js"></script>
=======
<link rel="stylesheet" href="https://unpkg.com/nfsfu234-form-validation@2.3.0-patch/dist/css/nfsfu234FormValidation.min.css">
<script src="https://unpkg.com/nfsfu234-form-validation@2.3.0-patch/dist/js/nfsfu234FormValidation.js"></script>
>>>>>>> 700eb2c48e0d957380b2c952490f3eba3ca713d6
<!-- NFSFU234FormValidation CSS CDN -->
<link rel="stylesheet" href="https://www.jsdelivr.com/package/npm/nfsfu234-form-validation@latest/dist/css/nfsfu234FormValidation.min.css">
<!-- NFSFU234FormValidation JS CDN -->
<script src="https://www.jsdelivr.com/package/npm/nfsfu234-form-validation@latest/dist/js/nfsfu234FormValidation.js"></script>
```

@@ -90,3 +86,3 @@

If your preferred method involves `npm`, `yarn` or _____ follow these simple steps to integrate the NFSFU234 Form Validation library into your project:
If your preferred method involves `npm`, `yarn`follow these simple steps to integrate the NFSFU234 Form Validation library into your project:

@@ -93,0 +89,0 @@ 1. In your terminal, navigate to the desired project directory.