Skip to content

Commit

Permalink
Merge pull request #216 from snyk/chore/typescript-cli
Browse files Browse the repository at this point in the history
Add typescript
  • Loading branch information
miiila committed Sep 21, 2018
2 parents f7dedae + 50d37c9 commit 0f96166
Show file tree
Hide file tree
Showing 37 changed files with 6,556 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
8
11 changes: 9 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.10.0
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore: {}
ignore:
'npm:mem:20180117':
- nyc > yargs > os-locale > mem:
reason: DoS vulnerability is not valid for CLI tool
expires: '2018-10-19T10:35:25.346Z'
- tap > nyc > yargs > os-locale > mem:
reason: DoS vulnerability is not valid for CLI tool
expires: '2018-10-19T10:35:25.346Z'
patch: {}
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ notifications:
secure: mWzYwXXkaPJ/t24kG9gz6hYyRGoGX+zsjKDa+IzjhY4NeMJyzgHyN3x1vWwSXhfG1jQuBTFyT5RTWN8Jfo2Za/XDKYfMXXP5gCMtNkeWdflYWaUC7sAZepRANUB3gzkCTvkc/DOY/FI07xCcLMJoZ7jGiADNakTaWvzdExJUBs6NuhGdIUmOT+chbip02yN7mSPeqyU7/vFqpCxxEoPeNzaNshLufbZUEWgmLm0bm5Uxdo7Yi5rL0/nA7oqXUzzWTtgQEu0mOG4Oqu7oXAki2rLISw8enZwt5/fUbxGgK1J3UB86vgnDrxbTAhuNUuddaSxUuDsg1+3xyRzU74cyKUWnWqL10Tyy9KgDR0A+48w2v8DH/pOvnvfXA+FL0zLtDJ9jPuSK0dFbceRYmolEGMDF53Q/s2W+waC13Bi3nHRQJKYmT+bOnoLABLpfm5fbV/2br4LVTQwiP80HJ+19Vy4lriF55zu1yjESUBzdvvX1Dhp5E3AXZZv6xB0v4gyZZeOoIv6BxqinLauZiS3nM7O9vu1QnFvbo4HH0Df651fyy1kOU5UAAD+CNRgpZ8GMc+EegvnLbS3nzbNOPlkACmhxMNcpEvD6MomcB4UV2dPWAYIQSfrRV5h+iZlNSqCkA2pl3p6TTZhLMvoSxziRzUZZx7GQe/cnUGN6GbzyyRk=
install:
- npm install
before_script:
- npm prune
script:
- npm run snyk-auth
# tests are failing on npm@5, downgrade to npm@3 if >3 is installed
Expand Down
Loading

0 comments on commit 0f96166

Please sign in to comment.