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

infra-sk

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infra-sk - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

6

modules/task-driver-sk/task-driver-sk.js

@@ -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 @@ }

2

package.json
{
"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",

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