Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
b8100f8dfc | |||
04e9d8be77 | |||
a9715381c1 | |||
c2f081d69a |
@ -25,7 +25,7 @@ security:
|
|||||||
stage: security
|
stage: security
|
||||||
script:
|
script:
|
||||||
- npmci command yarn global add snyk
|
- npmci command yarn global add snyk
|
||||||
- npmci npm install
|
- npmci command yarn install --ignore-scripts
|
||||||
- npmci command snyk test
|
- npmci command snyk test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
@ -17,6 +17,7 @@ light little helpers for node
|
|||||||
[](https://david-dm.org/pushrocks/lik)
|
[](https://david-dm.org/pushrocks/lik)
|
||||||
[](https://www.bithound.io/github/pushrocks/lik/master/dependencies/npm)
|
[](https://www.bithound.io/github/pushrocks/lik/master/dependencies/npm)
|
||||||
[](https://www.bithound.io/github/pushrocks/lik)
|
[](https://www.bithound.io/github/pushrocks/lik)
|
||||||
|
[](https://snyk.io/test/npm/lik)
|
||||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||||
[](http://standardjs.com/)
|
[](http://standardjs.com/)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lik",
|
"name": "lik",
|
||||||
"version": "2.0.3",
|
"version": "2.0.5",
|
||||||
"description": "light little helpers for node",
|
"description": "light little helpers for node",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
Reference in New Issue
Block a user