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

c9

Package Overview
Dependencies
Maintainers
4
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 3.0.1390 to 3.0.1392

2

package.json
{
"name": "c9",
"description": "Cloud9 Client",
"version": "3.0.1390",
"version": "3.0.1392",
"author": "Cloud9 <info@c9.io>",

@@ -6,0 +6,0 @@ "contributors": [

@@ -80,6 +80,2 @@ define(function(require, exports, module) {

},
"package" : {
description: "",
"default": false
},
"verbose" : {

@@ -135,3 +131,3 @@ "description": "Output more information",

else {
console.log("Succesfully installed", name + (argv.debug ? "" : "@" + data.version));
console.log("Successfully installed", name + (argv.debug ? "" : "@" + data.version));
process.exit(0);

@@ -159,5 +155,2 @@ }

},
"package" : {
description: ""
},
"verbose" : {

@@ -193,3 +186,3 @@ "description": "Output more information",

else {
console.log("Succesfully removed", name);
console.log("Successfully removed", name);
process.exit(0);

@@ -196,0 +189,0 @@ }

@@ -726,3 +726,3 @@ define(function(require, exports, module) {

// TODO better handle version exists error
if (res.statusCode == 412 && !version)
if (res.statusCode == 412)
console.error("ERROR: most likely version " + json.version + " already exisits, try increasing version");

@@ -729,0 +729,0 @@ if (res.statusCode != 200)

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