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.9.2 to 0.9.3

18

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

@@ -17,2 +17,3 @@ /**

import 'elements-sk/collapse-sk'
import 'elements-sk/icon/launch-icon-sk'
import 'elements-sk/styles/buttons'

@@ -128,2 +129,9 @@

<div class="horiz duration">${ele._duration(s.started, s.finished)}</div>
${!s.parent && ele.hasAttribute('embedded') ? html`
<div class="horiz">
<a href="https://task-driver.skia.org/td/${s.id}" target="_blank">
<launch-icon-sk></launch-icon-sk>
</a>
</div>
` : ""}
</div>

@@ -292,2 +300,12 @@ ${stepInner(ele, s)}

get embedded() { return this.hasAttribute('embedded'); }
set embedded(isEmbedded) {
if (isEmbedded) {
this.setAttribute('embedded', '');
} else {
this.removeAttribute('embedded');
}
this._render();
}
_render() {

@@ -294,0 +312,0 @@ render(template(this), this, {eventContext: this});

2

package.json
{
"name": "infra-sk",
"version": "0.9.2",
"version": "0.9.3",
"description": "Common Skia Infra elements and JS.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/google/skia-buildbot/tree/master/infra-sk",

Sorry, the diff of this file is not supported yet

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