cloudelements-cmtool
Advanced tools
+19
-5
@@ -27,7 +27,21 @@ // Generated by LiveScript 1.3.1 | ||
| this$.request('get', "issue/" + id, function(err, story){ | ||
| cb(err, import$({ | ||
| key: id | ||
| }, story != null | ||
| ? story | ||
| : {})); | ||
| var val; | ||
| if (err) { | ||
| val = { | ||
| key: id, | ||
| fields: { | ||
| issuetype: { | ||
| name: 'Errors' | ||
| }, | ||
| summary: "No data could be pulled for " + id | ||
| } | ||
| }; | ||
| } else { | ||
| val = import$({ | ||
| key: id | ||
| }, story != null | ||
| ? story | ||
| : {}); | ||
| } | ||
| cb(null, val); | ||
| }); | ||
@@ -34,0 +48,0 @@ }, function(err, stories){ |
+1
-1
| { | ||
| "name": "cloudelements-cmtool", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "An integrated client for CE CM apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/cmtool", |
Sorry, the diff of this file is not supported yet
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
141096
0.39%2671
0.53%