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.1393 to 3.0.1394

2

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

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

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

if (chunk.indexOf("404 Not Found") > -1) {
if (/404\s+Not Found/.test(chunk)) {
cancelled = true;

@@ -36,0 +36,0 @@ pty.kill();

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