• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

GillianPerard / typescript-json-serializer / 9535097278

16 Jun 2024 09:56AM UTC coverage: 92.474%. Remained the same
9535097278

Pull #224

github

web-flow
build(deps): bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #224: build(deps): bump braces from 3.0.2 to 3.0.3

325 of 360 branches covered (90.28%)

Branch coverage included in aggregate %.

1002 of 1075 relevant lines covered (93.21%)

237.55 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/index.ts
1
export { JsonSerializer } from './json-serializer';
3✔
2
export {
3✔
3
    ErrorCallback,
3✔
4
    FormatPropertyNameProto,
3✔
5
    JsonSerializerOptions,
3✔
6
    NullishPolicy,
3✔
7
    Policy,
3✔
8
    logError,
3✔
9
    throwError
3✔
10
} from './json-serializer-options';
3✔
11
export { JsonObject, JsonObjectMetadata } from './json-object';
3✔
12
export { JsonProperty } from './json-property';
3✔
13
export { isNullish } from './helpers';
3✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc