Comparing version 0.4.0 to 0.5.0
@@ -199,4 +199,8 @@ /** | ||
// Return true if the step is interesting, ie. it has a result other than | ||
// SUCCESS (including not yet finished). | ||
// SUCCESS (including not yet finished). The root step (which has no parent) | ||
// is interesting by default. | ||
_stepIsInteresting(step) { | ||
if (!step.parent) { | ||
return true | ||
} | ||
return step.result != "SUCCESS"; | ||
@@ -203,0 +207,0 @@ } |
{ | ||
"name": "infra-sk", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Common Skia Infra elements and JS.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/google/skia-buildbot/tree/master/infra-sk", |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
65543
737
2