From 4496ad04703e1d6cbffc74111526e9ef0a42ed21 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Tue, 7 Feb 2023 05:02:20 +0200 Subject: [PATCH] Added package valido (#2487) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 1eededa..c3725d6 100644 --- a/packages.json +++ b/packages.json @@ -28819,5 +28819,20 @@ "description": "Finds files and directories based on different criteria via an intuitive fluent interface", "license": "MIT", "web": "https://github.com/openpeep/find" + }, + { + "name": "valido", + "url": "https://github.com/openpeep/valido", + "method": "git", + "tags": [ + "validation", + "strings", + "validator", + "input", + "sanitizer" + ], + "description": "A library of string validators and sanitizers.", + "license": "MIT", + "web": "https://github.com/openpeep/valido" } ]