Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@patterninc/laravel_js_validator

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patterninc/laravel_js_validator - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

dist/cjs/index.js

@@ -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": {

]
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc