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

fh-fhc

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-fhc - npm Package Compare versions

Comparing version 0.7.19-174 to 0.7.20-179

5

lib/local.js

@@ -178,3 +178,4 @@ "use strict";

function npm_install(cwd, env, cb) {
exec_cmd('npm', ['install'], cwd, env, cb);
var executable = (process.platform === 'win32') ? 'npm.cmd' : 'npm';
exec_cmd(executable, ['install'], cwd, env, cb);
}

@@ -224,3 +225,3 @@

var appEnvironment = {
'NODE_PATH': './cloud:./shared',
'NODE_PATH': (process.platform === 'win32') ? './cloud;./shared' : './cloud:./shared',
'FH_PORT': argObj.cloudPort,

@@ -227,0 +228,0 @@ 'FH_REDIS_HOST': argObj.redisHost,

2

package.json

@@ -5,3 +5,3 @@ {

"keywords" : [ "cli", "feedhenry" ],
"version": "0.7.19-174",
"version": "0.7.20-179",
"preferGlobal" : true,

@@ -8,0 +8,0 @@ "homepage" : "http://git.io/fh-fhc",

@@ -1,1 +0,1 @@

0.7.19-174
0.7.20-179
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