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

canduit

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canduit - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

22

canduit.js

@@ -48,16 +48,16 @@ // Copyright (c) 2016 Uber Technologies, Inc.

this.configFile = opts.configFile;
if (!this.configFile) {
if (process.env.HOME) {
this.configFile = path.join(process.env.HOME, '.arcrc');
} else {
var noHomeEnvError = new Error(
'Unable to find $HOME/.arcrc: ' +
'$HOME env variable is not defined.'
);
return cb(noHomeEnvError, null);
}
}
var self = this;
if (!this.api) {
if (!this.configFile) {
if (process.env.HOME) {
this.configFile = path.join(process.env.HOME, '.arcrc');
} else {
var noHomeEnvError = new Error(
'Unable to find $HOME/.arcrc: ' +
'$HOME env variable is not defined.'
);
return cb(noHomeEnvError, null);
}
}
this.parseConfigFile(function (err) {

@@ -64,0 +64,0 @@ if (err) return cb(err, null);

{
"name": "canduit",
"version": "1.2.0",
"version": "1.3.0",
"description": "Node.js Phabricator Conduit API client",

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

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