File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# MessagePack for ECMA-262/JavaScript/TypeScript <!-- omit in toc -->
2
2
3
- [ ![ npm version] ( https://img.shields.io/npm/v/@msgpack/msgpack.svg )] ( https://www.npmjs.com/package/@msgpack/msgpack ) ![ CI] ( https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg ) <!-- [](https://codecov.io/gh/msgpack/msgpack-javascript) --> [ ![ minzip] ( https://badgen.net/bundlephobia/minzip/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack ) [ ![ tree-shaking] ( https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack )
3
+ [ ![ npm version] ( https://img.shields.io/npm/v/@msgpack/msgpack.svg )] ( https://www.npmjs.com/package/@msgpack/msgpack ) ![ CI] ( https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg ) [ ![ codecov] ( https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg )] ( https://codecov.io/gh/msgpack/msgpack-javascript ) [ ![ minzip] ( https://badgen.net/bundlephobia/minzip/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack ) [ ![ tree-shaking] ( https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack )
4
4
5
5
This library is an implementation of ** MessagePack** for TypeScript and JavaScript, providing a compact and efficient binary serialization format. Learn more about MessagePack at:
6
6
Original file line number Diff line number Diff line change 22
22
"test:bun" : " bun test test/bun.spec.ts" ,
23
23
"test:fuzz" : " npm exec --yes -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git#39e6cf16613a0e30c7a7953f62e64292dbd5d3f3 --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus" ,
24
24
"cover:clean" : " rimraf .nyc_output coverage/" ,
25
- "cover:report" : " npx nyc report --reporter=text-summary" ,
25
+ "cover:report" : " npx nyc report --reporter=text-summary --reporter=html --reporter=json " ,
26
26
"test:browser" : " karma start --single-run" ,
27
27
"test:browser:firefox" : " karma start --single-run --browsers FirefoxHeadless" ,
28
28
"test:browser:chrome" : " karma start --single-run --browsers ChromeHeadless" ,
You can’t perform that action at this time.
0 commit comments