Compare commits

..

4 Commits

Author SHA1 Message Date
b8100f8dfc 2.0.5 2018-01-27 18:16:39 +01:00
04e9d8be77 docs(add snyk badge): 2018-01-27 18:16:33 +01:00
a9715381c1 2.0.4 2018-01-27 18:13:07 +01:00
c2f081d69a fix(security): improve security CI step 2018-01-27 18:13:03 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ security:
stage: security
script:
- npmci command yarn global add snyk
- npmci npm install
- npmci command yarn install --ignore-scripts
- npmci command snyk test
tags:
- docker

View File

@ -17,6 +17,7 @@ light little helpers for node
[![Dependency Status](https://david-dm.org/pushrocks/lik.svg)](https://david-dm.org/pushrocks/lik)
[![bitHound Dependencies](https://www.bithound.io/github/pushrocks/lik/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/lik/master/dependencies/npm)
[![bitHound Code](https://www.bithound.io/github/pushrocks/lik/badges/code.svg)](https://www.bithound.io/github/pushrocks/lik)
[![Known Vulnerabilities](https://snyk.io/test/npm/lik/badge.svg)](https://snyk.io/test/npm/lik)
[![TypeScript](https://img.shields.io/badge/TypeScript-2.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
[![node](https://img.shields.io/badge/node->=%206.x.x-blue.svg)](https://nodejs.org/dist/latest-v6.x/docs/api/)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

View File

@ -1,6 +1,6 @@
{
"name": "lik",
"version": "2.0.3",
"version": "2.0.5",
"description": "light little helpers for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",