Compare commits

...

8 Commits

Author SHA1 Message Date
578cd2d097 8.0.35 2018-05-03 13:30:05 +02:00
5a7dd901f0 update ci 2018-05-03 13:30:01 +02:00
2104fc01e6 update build 2018-05-03 13:28:46 +02:00
4eacef56d5 8.0.34 2018-05-03 13:05:24 +02:00
5722deb7a0 8.0.33 2018-05-03 12:57:29 +02:00
50d71dde67 update ci 2018-05-03 12:56:58 +02:00
13123e180d 8.0.32 2018-05-03 12:45:24 +02:00
b13db4184b update snyk security policy 2018-05-03 12:45:22 +02:00
2 changed files with 26 additions and 4 deletions

27
.snyk
View File

@ -1,19 +1,19 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. # 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 # ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore: ignore:
'npm:debug:20170905': 'npm:debug:20170905':
- node-pre-gyp > tar-pack > debug: - node-pre-gyp > tar-pack > debug:
reason: None given reason: None given
expires: '2018-05-08T23:10:17.169Z' 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 reason: None given
expires: '2018-05-08T23:12:05.487Z' expires: '2018-05-08T23:12:05.487Z'
'npm:tough-cookie:20170905': 'npm:tough-cookie:20170905':
- node-pre-gyp > request > tough-cookie: - node-pre-gyp > request > tough-cookie:
reason: None given reason: None given
expires: '2018-05-08T23:10:17.169Z' 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 reason: None given
expires: '2018-05-08T23:12:05.487Z' expires: '2018-05-08T23:12:05.487Z'
'npm:hoek:20180212': 'npm:hoek:20180212':
@ -87,4 +87,25 @@ ignore:
- tapbuffer > smartshell > shelljs: - tapbuffer > smartshell > shelljs:
reason: None given reason: None given
expires: '2018-05-08T23:10:17.169Z' 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: {} patch: {}

View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/npmts", "name": "@gitzone/npmts",
"version": "8.0.31", "version": "8.0.35",
"description": "best practice npm TypeScript modules", "description": "best practice npm TypeScript modules",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@ -8,6 +8,7 @@
}, },
"scripts": { "scripts": {
"test": "(npm run compile && npm run prepareTest && npm run setupCheck && npm run check && npm run checkVersion && npm run checkNoTest && npm run checkNoDocs)", "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)", "testShort": "(npm run compile && npm run check)",
"prepareTest": "(rm -rf test/)", "prepareTest": "(rm -rf test/)",
"compile": "(rm -rf dist/ && tsc)", "compile": "(rm -rf dist/ && tsc)",