Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit afc6edd

Browse files
author
Matt Loring
committed
Add badges + update dependencies
1 parent d666c99 commit afc6edd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Test Coverage][coveralls-image]][coveralls-url]
66
[![Dependency Status][david-image]][david-url]
77
[![devDependency Status][david-dev-image]][david-dev-url]
8+
[![Known Vulnerabilities][snyk-image]][snyk-url]
89

910
> *This module is experimental, and should be used by early adopters. This module uses APIs that may be undocumented and subject to change without notice.*
1011
@@ -131,4 +132,6 @@ As soon as that line of code is reached in any of the running instances of your
131132
[david-image]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs.svg
132133
[david-url]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs
133134
[david-dev-image]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs/dev-status.svg
134-
[david-dev-url]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs#info=devDependencies
135+
[david-dev-url]: https://david-dm.org/GoogleCloudPlatform/cloud-debug-nodejs?type=dev
136+
[snyk-image]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs/badge.svg
137+
[snyk-url]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"istanbul": "^0.4.1",
5656
"jshint": "^2.7.0",
5757
"mocha": "^3.0.0",
58-
"nock": "^8.0.0",
58+
"nock": "^9.0.0",
5959
"proxyquire": "^1.4.0"
6060
},
6161
"dependencies": {
6262
"@google/cloud-diagnostics-common": "0.3.0",
63-
"acorn": "^3.3.0",
63+
"acorn": "^4.0.3",
6464
"async": "^2.1.2",
6565
"coffee-script": "^1.9.3",
6666
"findit": "^2.0.0",

0 commit comments

Comments
 (0)