Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
578cd2d097 | |||
5a7dd901f0 | |||
2104fc01e6 | |||
4eacef56d5 | |||
5722deb7a0 | |||
50d71dde67 | |||
13123e180d | |||
b13db4184b |
27
.snyk
27
.snyk
@ -1,19 +1,19 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.10.2
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
'npm:debug:20170905':
|
||||
- node-pre-gyp > tar-pack > debug:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
smartchok > chokidar > fsevents > node-pre-gyp > tar-pack > debug:
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > tar-pack > debug:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:12:05.487Z'
|
||||
'npm:tough-cookie:20170905':
|
||||
- node-pre-gyp > request > tough-cookie:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
smartchok > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > tough-cookie:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:12:05.487Z'
|
||||
'npm:hoek:20180212':
|
||||
@ -87,4 +87,25 @@ ignore:
|
||||
- tapbuffer > smartshell > shelljs:
|
||||
reason: None given
|
||||
expires: '2018-05-08T23:10:17.169Z'
|
||||
'npm:atob:20180429':
|
||||
- gulp-sourcemaps > css > source-map-resolve > atob:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
- gulp-sourcemaps > @gulp-sourcemaps/identity-map > css > source-map-resolve > atob:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
'npm:deep-extend:20180409':
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > rc > deep-extend:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
- deep-extend:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
- node-pre-gyp > rc > deep-extend:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
'npm:sshpk:20180409':
|
||||
- smartchok > chokidar > fsevents > node-pre-gyp > request > http-signature > sshpk:
|
||||
reason: None given
|
||||
expires: '2018-06-02T10:44:49.656Z'
|
||||
patch: {}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/npmts",
|
||||
"version": "8.0.31",
|
||||
"version": "8.0.35",
|
||||
"description": "best practice npm TypeScript modules",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@ -8,6 +8,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)",
|
||||
"build": "npm test",
|
||||
"testShort": "(npm run compile && npm run check)",
|
||||
"prepareTest": "(rm -rf test/)",
|
||||
"compile": "(rm -rf dist/ && tsc)",
|
||||
|
Reference in New Issue
Block a user