UNPKG

@cbcheng/secure-ls

Version:

Secure sessionStorage or localStorage data with high level of encryption and data compression

17 lines (16 loc) 291 B
language: node_js node_js: - '4.0.0' before_install: - npm install -g webpack install: - npm install - npm run build-dev - npm run build script: - npm run build-test - npm run coverage after_success: 'npm run coveralls' cache: directories: - node_modules