1.0.15 • Published 11 months ago

@endo/check-bundle v1.0.15

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

11 months ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.19

3 years ago

0.2.16

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago