@patterninc/laravel_js_validator
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -81,3 +81,3 @@ 'use strict'; | ||
.map(function (item) { | ||
return item[0].toUpperCase() + item.slice(1).toLowerCase(); | ||
return item?.[0]?.toUpperCase() + item.slice(1).toLowerCase(); | ||
}) | ||
@@ -84,0 +84,0 @@ .join(''); |
@@ -79,3 +79,3 @@ 'use strict'; | ||
.map(function (item) { | ||
return item[0].toUpperCase() + item.slice(1).toLowerCase(); | ||
return item?.[0]?.toUpperCase() + item.slice(1).toLowerCase(); | ||
}) | ||
@@ -82,0 +82,0 @@ .join(''); |
{ | ||
"name": "@patterninc/laravel_js_validator", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Validate values against Laravel validation rules", | ||
@@ -44,2 +44,2 @@ "scripts": { | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
60864
0