--- /srv/rebuilderd/tmp/rebuilderd1TIZ0w/inputs/node-lit_3.3.3-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderd1TIZ0w/out/node-lit_3.3.3-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-06-05 14:09:41.000000 debian-binary │ --rw-r--r-- 0 0 0 19080 2026-06-05 14:09:41.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 19084 2026-06-05 14:09:41.000000 control.tar.xz │ -rw-r--r-- 0 0 0 278252 2026-06-05 14:09:41.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/nodejs/lit-html/node/directives/cache.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -24,15 +24,15 @@ │ │ │ │ constructor(t) { │ │ │ │ super(t), this.t = new WeakMap │ │ │ │ } │ │ │ │ render(t) { │ │ │ │ return [t] │ │ │ │ } │ │ │ │ update(s, [e]) { │ │ │ │ - const u = o(this.t) ? d(this.t) : null, │ │ │ │ + const u = o(this.i) ? d(this.i) : null, │ │ │ │ h = o(e) ? d(e) : null; │ │ │ │ if (null !== u && (null === h || u !== h)) { │ │ │ │ const e = n(s).pop(); │ │ │ │ let o = this.t.get(u); │ │ │ │ if (void 0 === o) { │ │ │ │ const s = document.createDocumentFragment(); │ │ │ │ o = t(i, s), o.setConnected(!1), this.t.set(u, o) │ │ │ │ @@ -43,16 +43,16 @@ │ │ │ │ if (null === u || u !== h) { │ │ │ │ const t = this.t.get(h); │ │ │ │ if (void 0 !== t) { │ │ │ │ const i = n(t).pop(); │ │ │ │ c(s), l(s, void 0, i), r(s, [i]) │ │ │ │ } │ │ │ │ } │ │ │ │ - this.t = e │ │ │ │ - } else this.t = void 0; │ │ │ │ + this.i = e │ │ │ │ + } else this.i = void 0; │ │ │ │ return this.render(e) │ │ │ │ } │ │ │ │ }); │ │ │ │ export { │ │ │ │ h as cache │ │ │ │ }; │ │ │ │ //# sourceMappingURL=cache.js.map │ │ ├── ./usr/share/nodejs/lit-html/node/directives/unsafe-html.js │ │ │ ├── js-beautify {} │ │ │ │ @@ -10,22 +10,22 @@ │ │ │ │ /** │ │ │ │ * @license │ │ │ │ * Copyright 2017 Google LLC │ │ │ │ * SPDX-License-Identifier: BSD-3-Clause │ │ │ │ */ │ │ │ │ class e extends r { │ │ │ │ constructor(i) { │ │ │ │ - if (super(i), this.t = t, i.type !== s.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings") │ │ │ │ + if (super(i), this.i = t, i.type !== s.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings") │ │ │ │ } │ │ │ │ render(r) { │ │ │ │ - if (r === t || null == r) return this.i = void 0, this.t = r; │ │ │ │ + if (r === t || null == r) return this.i = void 0, this.i = r; │ │ │ │ if (r === i) return r; │ │ │ │ if ("string" != typeof r) throw Error(this.constructor.directiveName + "() called with a non-string value"); │ │ │ │ - if (r === this.t) return this.i; │ │ │ │ - this.t = r; │ │ │ │ + if (r === this.i) return this.i; │ │ │ │ + this.i = r; │ │ │ │ const s = [r]; │ │ │ │ return s.raw = s, this.i = { │ │ │ │ _$litType$: this.constructor.resultType, │ │ │ │ strings: s, │ │ │ │ values: [] │ │ │ │ } │ │ │ │ }