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

c9

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c9 - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

7

install.js

@@ -25,3 +25,8 @@

if (HOME_PATH === "/root") {
HOME_PATH = PATH.join("/home", process.env.SUDO_USER);
if (PATH.existsSync(PATH.join("/home", process.env.SUDO_USER))) {
HOME_PATH = PATH.join("/home", process.env.SUDO_USER);
} else
if (PATH.existsSync(PATH.join("/Users", process.env.SUDO_USER))) {
HOME_PATH = PATH.join("/Users", process.env.SUDO_USER);
}
}

@@ -28,0 +33,0 @@ }

2

package.json
{
"name": "c9",
"version": "0.1.18",
"version": "0.1.19",
"label": "Cloud9 IDE Installer",

@@ -5,0 +5,0 @@ "description": "The installer for the desktop edition of Cloud9 IDE fully integrated with http://c9.io/",

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