json-schema-viewer
json-schema-viewer copied to clipboard
A JSON Schema viewer React component
When examples are included for an array of strings, the examples do not display in the request body schema. ## Context Would like to display examples just like one gets...
## Context The browser console is full of deprecation notices when using json-schema-viewer. I would love to help upgrade this dependency, however it seems like Mosaic is not an open...
## Motivation and Context [STOP-849](https://smartbear.atlassian.net/browse/STOP-849) ## Description bump "webpack-dev-middleware" package to 7.1.0 ## How Has This Been Tested? ## Screenshot(s)/recordings(s) ## Types of changes - [ ] Bug fix (non-breaking...
## Motivation and Context [STOP-848](https://smartbear.atlassian.net/browse/STOP-848) ## Description A vulnerability was detected within the json-schema-viewer project through the inclusion of the trim-newlines-none dependency. ## How Has This Been Tested? Tested locally...
## Motivation and Context [STOP-844](https://smartbear.atlassian.net/browse/STOP-844) ## Description A vulnerability was detected within the json-schema-viewer project through the inclusion of the braces-None dependency. ## How Has This Been Tested? Tested locally...
## Motivation and Context Our documentation consumers wished to have the ability to quickly expand or collapse all the collapsible rows of the schema. ## Description This introduces a new...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork See full diff in compare view [ from 5.3.1 to 5.3.6. Changelog Sourced from vite's changelog. 5.3.6 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (2691bb3), closes #18115 fix: fs raw query (#18112) (4573a6f),...
Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
## Context I can't use the library. ## Current Behavior Using `"moduleResolution": "Bundler",` in my tsconfig.json, I get the following error: ```ts import {} from '@stoplight/json-schema-viewer' ``` ``` Could not...