cf-deployment-tracker-client
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "cf-deployment-tracker-client", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "tracker.js", |
@@ -30,2 +30,4 @@ # Overview | ||
* Application Name (`application_name`) | ||
* Application GUID (`application_id`) | ||
* Application instance index number (`instance_index`) | ||
* Space ID (`space_id`) | ||
@@ -32,0 +34,0 @@ * Application Version (`application_version`) |
@@ -37,2 +37,8 @@ // Licensed under the Apache 2.0 License. See footer for details. | ||
} | ||
if (vcapApplication.application_id) { | ||
event.application_id = vcapApplication.application_id; | ||
} | ||
if (vcapApplication.hasOwnProperty('instance_index')) { | ||
event.instance_index = vcapApplication.instance_index; | ||
} | ||
if (vcapApplication.space_id) { | ||
@@ -39,0 +45,0 @@ event.space_id = vcapApplication.space_id; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19133
77
43
0