Comparing version 3.0.1393 to 3.0.1394
{ | ||
"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(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
762877
94