UNPKG

purify

Version:

Validator functions for many types of input, intended for use with express

22 lines (20 loc) 367 B
language: node_js env: - TARGET=coverage node_js: - "6" - "8" - "10" script: - npm run lint - npm run $TARGET matrix: include: - name: Chrome headless node_js: "8" env: - TARGET=test-browser - BROWSER=ChromeHeadless after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js' addons: chrome: stable