UNPKG

mongoose-encryption

Version:

Simple encryption and authentication plugin for Mongoose

11 lines 215 B
language: node_js node_js: - lts/* - node services: - mongodb before_script: - 'if [ "$MONGOOSE_VERSION" ]; then npm install mongoose@$MONGOOSE_VERSION; fi' env: - MONGOOSE_VERSION=5 - MONGOOSE_VERSION=6