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.11 to 0.1.12

9

install.js

@@ -51,6 +51,7 @@

var sigint = false;
var options;
exports.install = function(options, callback) {
exports.install = function(_options, callback) {
options = options || {};
options = _options || {};

@@ -121,3 +122,3 @@ function install(existingVersion, newVersion, newer) {

}, function(err) {
if (err) {
if (err && options.fromDMG !== true) {
printMessage([

@@ -371,2 +372,2 @@ "Cloud9 IDE has been installed!",

exports.install();
}
}
{
"name": "c9",
"version": "0.1.11",
"version": "0.1.12",
"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