New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cf-deployment-tracker-client

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-deployment-tracker-client - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc