fork-openpgpjs/test/security
larabr aeddac438e
Make PacketList a valid subtype of Array and update Packet.tag types (#1289)
Changes:
- Implementation:
  - Remove `PacketList.prototype.concat` and `push`
    (we solely rely on `Array.push` instead)
  - Fix https://github.com/openpgpjs/openpgpjs/issues/907 by
    correctly handling result of `filterByTag`
  - Implement `write()` method for `Trust` and `Marker` packets,
    to make them compatible with the `BasePacket` interface
- Types:
  - Simplify and updated `PacketList` type definitions
  - Fix types for `Packet.tag`, which is `static` since
    https://github.com/openpgpjs/openpgpjs/pull/1268
  - Prevent passing SubkeyPackets where KeyPackets are expected,
    and vice versa
2021-04-29 17:18:39 +02:00
..
index.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
message_signature_bypass.js Remove top-level streaming options 2021-03-26 10:56:02 +01:00
preferred_algo_mismatch.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
subkey_trust.js Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
unsigned_subpackets.js Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00