1.0.7 • Published 6 days ago

@endo/check-bundle v1.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 days ago

check-bundle

checkBundle verifies the integrity of a bundle, inspects all of its internal hashes and its one external hash. checkBundle verifies the internal consistency, completeness, coherence, and conciseness (no extra files) of the bundle. The function returns a rejected promise if the bundle fails the check.

const bundle = await bundleSource('path/to/bundle.js');
// 'bundle' is JSON-serializable
await checkBundle(bundle);

This must be run in an Endo environment. To run on Node.js, import @endo/init before importing @endo/import-bundle.

1.0.7

6 days ago

1.0.6

1 month ago

1.0.5

2 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.2.22

8 months ago

0.2.21

9 months ago

0.2.19

10 months ago

0.2.16

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago