Skip to content

Commit 0315d9f

Browse files
committed
Update CHANGELOG.md
1 parent 022e3e3 commit 0315d9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 0.2.0 (2016-06-02)
2-
- IMPORTANT (deprecation): The `codecov.io` NPM module has been deprecated and will be removed in a future update in favor of the official `codecov` NPM module. You will need to modify `.npmscriptrc` and replace `"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },` with `"travis": { "report": "./node_modules/.bin/codecov" },`
2+
- IMPORTANT (breaking change): The `codecov.io` NPM module has been deprecated and also contains potential vulnerabilities and has been removed in favor of the official `codecov` NPM module. You will need to modify `.npmscriptrc` and replace `"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },` with `"travis": { "report": "./node_modules/.bin/codecov" },`. Apologies for the inconvencience.
3+
- Information on the `codecov.io` potential vulnerabilities in dependent modules: [hawk](https://snyk.io/vuln/npm:hawk:20160119) & [request](https://snyk.io/vuln/npm:request:20160119)
4+
35
- [snyk](https://www.npmjs.com/package/snyk) has been added which provides monitoring of known vulnerabilities in Node.js npm packages. One can add it to an NPM script on in Travis CI add the following: `- snyk test --dev`.
46

57
## 0.1.0 (2016-03-13)

0 commit comments

Comments
 (0)