Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cf-deployment-tracker-client

Package Overview
Dependencies
Maintainers
1
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.0.5 to 0.0.7

2

package.json
{
"name": "cf-deployment-tracker-client",
"version": "0.0.5",
"version": "0.0.7",
"private": false,

@@ -5,0 +5,0 @@ "main": "tracker.js",

@@ -5,18 +5,6 @@ // Licensed under the Apache 2.0 License. See footer for details.

restler = require("restler"),
path = require("path"),
fs = require("fs");
path = require("path");
function getPackageJson() {
try {
fs.statSync(path.join(path.dirname(module.parent.filename), "package.json"));
return path.join(path.dirname(module.parent.filename), "package.json");
}
catch (error) {
return path.join(path.dirname(module.parent.filename), "../package.json");
}
}
function track() {
var pkg = getPackageJson()
var pkg = require(path.join(path.dirname(module.parent.filename), "package.json")),
vcapApplication;

@@ -23,0 +11,0 @@

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