1.0.11 • Published 8 months ago

@endo/check-bundle v1.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months 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.11

8 months ago

1.0.9

10 months ago

1.0.8

11 months ago

1.0.10

9 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.19

2 years ago

0.2.16

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago