mol_crypto_lib 0.1.1555 → 0.1.1557
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.deps.json +1 -1
- package/node.js +0 -11
- package/node.js.map +1 -1
- package/node.mjs +0 -11
- package/node.test.js +0 -11
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.mjs
CHANGED
@@ -920,17 +920,6 @@ var $;
|
|
920
920
|
return;
|
921
921
|
this.cursor = quant;
|
922
922
|
this.emit($mol_wire_cursor.doubt);
|
923
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
924
|
-
const pub = this.data[pos];
|
925
|
-
if (pub instanceof $mol_wire_task)
|
926
|
-
return;
|
927
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
928
|
-
const pub = this.data[cursor];
|
929
|
-
if (pub instanceof $mol_wire_task) {
|
930
|
-
pub.destructor();
|
931
|
-
}
|
932
|
-
}
|
933
|
-
}
|
934
923
|
}
|
935
924
|
[$mol_dev_format_head]() {
|
936
925
|
return $mol_dev_format_native(this);
|
package/node.test.js
CHANGED
@@ -911,17 +911,6 @@ var $;
|
|
911
911
|
return;
|
912
912
|
this.cursor = quant;
|
913
913
|
this.emit($mol_wire_cursor.doubt);
|
914
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
915
|
-
const pub = this.data[pos];
|
916
|
-
if (pub instanceof $mol_wire_task)
|
917
|
-
return;
|
918
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
919
|
-
const pub = this.data[cursor];
|
920
|
-
if (pub instanceof $mol_wire_task) {
|
921
|
-
pub.destructor();
|
922
|
-
}
|
923
|
-
}
|
924
|
-
}
|
925
914
|
}
|
926
915
|
[$mol_dev_format_head]() {
|
927
916
|
return $mol_dev_format_native(this);
|