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

koa-fluent-validation

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-fluent-validation - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

6

package.json
{
"name": "koa-fluent-validation",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/index.js",

@@ -21,6 +21,2 @@ "types": "dist/index.d.ts",

},
"files": [
"package.json",
"dist"
],
"engines": {

@@ -27,0 +23,0 @@ "node": ">= 7.6"

20

README.md
# koa-fluent-validation
[![NPM version][npm-image]][npm-url]
[![npm](https://img.shields.io/npm/v/koa-fluent-validation.svg?style=for-the-badge)](https://npmjs.com/package/koa-fluent-validation)
[![Travis (.org)](https://img.shields.io/travis/technicallyjosh/koa-fluent-validation.svg?style=for-the-badge)](https://travis-ci.org/technicallyjosh/koa-fluent-validation)
[![David](https://img.shields.io/david/technicallyjosh/koa-fluent-validation.svg?style=for-the-badge)](https://david-dm.org/technicallyjosh/koa-fluent-validation)

@@ -9,6 +11,4 @@ Fluent, functional, and extendable validation for Koa 2 body, params, and query. Built on [validator](https://github.com/chriso/validator.js/) for base validations and filters.

```bash
yarn add koa-fluent-validation
# OR
npm i koa-fluent-validation
```console
$ npm i koa-fluent-validation
```

@@ -62,8 +62,8 @@

.required()
.string()
.string(),
},
{
firstName: f().trim(),
lastName: f().trim()
}
lastName: f().trim(),
},
);

@@ -81,8 +81,4 @@

[npm-url]: https://npmjs.org/package/koa-fluent-validation
[npm-image]: http://img.shields.io/npm/v/koa-fluent-validation.svg?style=plastic
## TODO
- [] Filter Tests
- [] Automate build via Travis
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