Socket
Socket
Sign inDemoInstall

js-laravel-validation

Package Overview
Dependencies
0
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6 to 1.2.7

9

dist/rules.js

@@ -326,8 +326,7 @@ "use strict";

try {
parseInt(value);
return true;
} catch (e) {}
if (!value) {
return false;
}
return false;
return !isNaN(value);
},

@@ -334,0 +333,0 @@ present: function present(_ref41) {

{
"name": "js-laravel-validation",
"version": "1.2.6",
"version": "1.2.7",
"description": "Laravel style form validation for JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc