duckfficer:零依赖性轻量级库用于建模验证和消毒数据 源码
鸭绒 零依赖性轻量级库(最小约4.5KB +压缩) 用于建模,验证和消毒数据 安装 $ npm i duckfficer # or $ yarn add duckfficer 关于 验证和清除来自JavaScript中不受信任来源的数据可能是一项繁琐的任务。 零依赖性轻量级库(〜4.5KB min + gz)最初是作为RESTful API环境和浏览器的帮助程序而构建的。 乍看上去 schemas / user.js const { Schema } = require ( 'duckfficer' ) // lets create a schema first const User =
用户评论